#872220

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

Shades of Mandarian Orange #872220

Tints of Mandarian Orange #872220

Color information

#872220 (or 0x872220) is unknown color: approx Mandarian Orange. HEX triplet: 87, 22 and 20. RGB value is (135,34,32). Sum of RGB (Red+Green+Blue) = 135+34+32=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #872220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872220 is #78DDDF. Grayscale: #404040. Windows color (decimal): -7921120 or 2105991. OLE color: 2105991.

HSL color Cylindrical-coordinate representation of color #872220: hue angle of 1.17º 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 #872220 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1353432-
CMYK00.750.760.47
HSL1.17º61.68%32.75%-
HSV(B)1.17º76.3%52.94%-
XYZ10.826.42.03-
YUV63.97109.96178.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.16%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=67.16%
G=16.92%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135343200.750.760.471.1761.6832.75
Hex87222004B4C2F13e21
Octal207424001131145717641
Binary100001111000101000000100101110011001011111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872220; }

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

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

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

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

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

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

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

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