#882516

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

Shades of Mandarian Orange #882516

Tints of Mandarian Orange #882516

Color information

#882516 (or 0x882516) is unknown color: approx Mandarian Orange. HEX triplet: 88, 25 and 16. RGB value is (136,37,22). Sum of RGB (Red+Green+Blue) = 136+37+22=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #882516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882516 is #77DAE9. Grayscale: #414141. Windows color (decimal): -7854826 or 1451400. OLE color: 1451400.

HSL color Cylindrical-coordinate representation of color #882516: hue angle of 7.89º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #882516 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1363722-
CMYK00.730.840.47
HSL7.89º72.15%30.98%-
HSV(B)7.89º83.82%53.33%-
XYZ10.966.621.46-
YUV64.89103.8178.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.74%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=69.74%
G=18.97%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136372200.730.840.477.8972.1530.98
Hex882516049542F8481f
Octal21045260111124571011037
Binary10001000100101101100100100110101001011111000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882516; }

 p { color: rgb(136,37,22); }

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

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

 a { background-color: rgb(136,37,22); }

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

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

 span { border-color: rgb(136,37,22); }

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