#882418

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

Shades of Mandarian Orange #882418

Tints of Mandarian Orange #882418

Color information

#882418 (or 0x882418) is unknown color: approx Mandarian Orange. HEX triplet: 88, 24 and 18. RGB value is (136,36,24). Sum of RGB (Red+Green+Blue) = 136+36+24=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #882418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882418 is #77DBE7. Grayscale: #404040. Windows color (decimal): -7855080 or 1582216. OLE color: 1582216.

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

Color convert

RGB1363624-
CMYK00.740.820.47
HSL6.43º70%31.37%-
HSV(B)6.43º82.35%53.33%-
XYZ10.956.561.55-
YUV64.53105.13178.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.39%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=69.39%
G=18.37%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136362400.740.820.476.437031.37
Hex88241804A522F6461f
Octal2104430011212257610637
Binary1000100010010011000010010101010010101111110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882418; }

 p { color: rgb(136,36,24); }

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

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

 a { background-color: rgb(136,36,24); }

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

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

 span { border-color: rgb(136,36,24); }

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