#872B26

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

Shades of Mandarian Orange #872B26

Tints of Mandarian Orange #872B26

Color information

#872B26 (or 0x872B26) is unknown color: approx Mandarian Orange. HEX triplet: 87, 2B and 26. RGB value is (135,43,38). Sum of RGB (Red+Green+Blue) = 135+43+38=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #872B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B26 is #78D4D9. Grayscale: #464646. Windows color (decimal): -7918810 or 2501511. OLE color: 2501511.

HSL color Cylindrical-coordinate representation of color #872B26: hue angle of 3.09º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872B26 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1354338-
CMYK00.680.720.47
HSL3.09º56.07%33.92%-
HSV(B)3.09º71.85%52.94%-
XYZ11.217.022.6-
YUV69.94109.98174.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=62.5%
G=19.91%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135433800.680.720.473.0956.0733.92
Hex872B26044482F33822
Octal207534601041105737042
Binary1000011110101110011001000100100100010111111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872B26; }

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

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

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

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

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

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

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

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