#872827

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

Shades of Mandarian Orange #872827

Tints of Mandarian Orange #872827

Color information

#872827 (or 0x872827) is unknown color: approx Mandarian Orange. HEX triplet: 87, 28 and 27. RGB value is (135,40,39). Sum of RGB (Red+Green+Blue) = 135+40+39=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #872827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872827 is #78D7D8. Grayscale: #444444. Windows color (decimal): -7919577 or 2566279. OLE color: 2566279.

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

Color convert

RGB1354039-
CMYK00.700.710.47
HSL0.63º55.17%34.12%-
HSV(B)0.63º71.11%52.94%-
XYZ11.126.812.65-
YUV68.29111.47175.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 40 (16.02% from 255) = 18.69%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=63.08%
G=18.69%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135403900.700.710.470.6355.1734.12
Hex872827046472F13722
Octal207504701061075716742
Binary100001111010001001110100011010001111011111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872827; }

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

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

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

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

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

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

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

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