#872928

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

Shades of Mandarian Orange #872928

Tints of Mandarian Orange #872928

Color information

#872928 (or 0x872928) is unknown color: approx Mandarian Orange. HEX triplet: 87, 29 and 28. RGB value is (135,41,40). Sum of RGB (Red+Green+Blue) = 135+41+40=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #872928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872928 is #78D6D7. Grayscale: #454545. Windows color (decimal): -7919320 or 2632071. OLE color: 2632071.

HSL color Cylindrical-coordinate representation of color #872928: hue angle of 0.63º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872928 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1354140-
CMYK00.700.700.47
HSL0.63º54.29%34.31%-
HSV(B)0.63º70.37%52.94%-
XYZ11.176.892.75-
YUV68.99111.64175.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.5%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=62.5%
G=18.98%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135414000.700.700.470.6354.2934.31
Hex872928046462F13622
Octal207515001061065716642
Binary100001111010011010000100011010001101011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872928; }

 p { color: rgb(135,41,40); }

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

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

 a { background-color: rgb(135,41,40); }

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

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

 span { border-color: rgb(135,41,40); }

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