#882620

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

Shades of Mandarian Orange #882620

Tints of Mandarian Orange #882620

Color information

#882620 (or 0x882620) is unknown color: approx Mandarian Orange. HEX triplet: 88, 26 and 20. RGB value is (136,38,32). Sum of RGB (Red+Green+Blue) = 136+38+32=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #882620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882620 is #77D9DF. Grayscale: #424242. Windows color (decimal): -7854560 or 2107016. OLE color: 2107016.

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

Color convert

RGB1363832-
CMYK00.720.760.47
HSL3.46º61.9%32.94%-
HSV(B)3.46º76.47%53.33%-
XYZ11.116.722.08-
YUV66.62108.47177.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=66.02%
G=18.45%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136383200.720.760.473.4661.932.94
Hex8826200484C2F33e21
Octal210464001101145737641
Binary1000100010011010000001001000100110010111111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882620; }

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

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

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

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

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

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

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

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