#872726

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

Shades of Mandarian Orange #872726

Tints of Mandarian Orange #872726

Color information

#872726 (or 0x872726) is unknown color: approx Mandarian Orange. HEX triplet: 87, 27 and 26. RGB value is (135,39,38). Sum of RGB (Red+Green+Blue) = 135+39+38=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #872726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872726 is #78D8D9. Grayscale: #434343. Windows color (decimal): -7919834 or 2500487. OLE color: 2500487.

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

Color convert

RGB1353938-
CMYK00.710.720.47
HSL0.62º56.07%33.92%-
HSV(B)0.62º71.85%52.94%-
XYZ11.076.742.55-
YUV67.59111.3176.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.68%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=63.68%
G=18.40%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135393800.710.720.470.6256.0733.92
Hex872726047482F13822
Octal207474601071105717042
Binary100001111001111001100100011110010001011111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872726; }

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

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

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

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

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

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

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

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