#872620

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

Shades of Mandarian Orange #872620

Tints of Mandarian Orange #872620

Color information

#872620 (or 0x872620) is unknown color: approx Mandarian Orange. HEX triplet: 87, 26 and 20. RGB value is (135,38,32). Sum of RGB (Red+Green+Blue) = 135+38+32=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #872620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872620 is #78D9DF. Grayscale: #424242. Windows color (decimal): -7920096 or 2107015. OLE color: 2107015.

HSL color Cylindrical-coordinate representation of color #872620: hue angle of 3.5º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872620 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1353832-
CMYK00.720.760.47
HSL3.5º61.68%32.75%-
HSV(B)3.5º76.3%52.94%-
XYZ10.956.642.07-
YUV66.32108.64176.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.85%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=65.85%
G=18.54%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135383200.720.760.473.561.6832.75
Hex8726200484C2F33e21
Octal207464001101145737641
Binary1000011110011010000001001000100110010111111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872620; }

 p { color: rgb(135,38,32); }

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

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

 a { background-color: rgb(135,38,32); }

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

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

 span { border-color: rgb(135,38,32); }

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