#85231E

Color #85231E Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #85231E

Tints of Mandarian Orange #85231E

Color information

#85231E (or 0x85231E) is unknown color: approx Mandarian Orange. HEX triplet: 85, 23 and 1E. RGB value is (133,35,30). Sum of RGB (Red+Green+Blue) = 133+35+30=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85231E is #7ADCE1. Grayscale: #3F3F3F. Windows color (decimal): -8051938 or 1975173. OLE color: 1975173.

HSL color Cylindrical-coordinate representation of color #85231E: hue angle of 2.91º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85231E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1333530-
CMYK00.740.770.48
HSL2.91º63.19%31.96%-
HSV(B)2.91º77.44%52.16%-
XYZ10.516.281.89-
YUV63.73108.97177.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 67.17%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=67.17%
G=17.68%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133353000.740.770.482.9163.1931.96
Hex85231E04A4D3033f20
Octal205433601121156037740
Binary100001011000111111001001010100110111000011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85231E; }

 p { color: rgb(133,35,30); }

 H1.HeaderClassName
 {
   color: #85231E;
 }
 .AnyTagClassName
 {
   color: #85231E;
 }
</style>
background-color css

<style>
 a { background-color: #85231E; }

 a { background-color: rgb(133,35,30); }

 div.DivClassName
 {
   background-color: #85231E;
 }
 .BgClassName
 {
   background-color: #85231E;
 }
</style>
border-color css

<style>
 span { border-color: #85231E; }

 span { border-color: rgb(133,35,30); }

 td.TdClassName
 {
   border-color: #85231E;
 }
 .TagClassName
 {
   border-color: #85231E;
 }
</style>