#882820

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

Shades of Mandarian Orange #882820

Tints of Mandarian Orange #882820

Color information

#882820 (or 0x882820) is unknown color: approx Mandarian Orange. HEX triplet: 88, 28 and 20. RGB value is (136,40,32). Sum of RGB (Red+Green+Blue) = 136+40+32=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #882820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882820 is #77D7DF. Grayscale: #434343. Windows color (decimal): -7854048 or 2107528. OLE color: 2107528.

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

Color convert

RGB1364032-
CMYK00.710.760.47
HSL4.62º61.9%32.94%-
HSV(B)4.62º76.47%53.33%-
XYZ11.176.862.1-
YUV67.79107.8176.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 65.38%
GREEN value IS 40 (16.02% from 255) = 19.23%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=65.38%
G=19.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136403200.710.760.474.6261.932.94
Hex8828200474C2F53e21
Octal210504001071145757641
Binary10001000101000100000010001111001100101111101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882820; }

 p { color: rgb(136,40,32); }

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

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

 a { background-color: rgb(136,40,32); }

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

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

 span { border-color: rgb(136,40,32); }

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