#882518

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

Shades of Mandarian Orange #882518

Tints of Mandarian Orange #882518

Color information

#882518 (or 0x882518) is unknown color: approx Mandarian Orange. HEX triplet: 88, 25 and 18. RGB value is (136,37,24). Sum of RGB (Red+Green+Blue) = 136+37+24=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #882518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882518 is #77DAE7. Grayscale: #414141. Windows color (decimal): -7854824 or 1582472. OLE color: 1582472.

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

Color convert

RGB1363724-
CMYK00.730.820.47
HSL6.96º70%31.37%-
HSV(B)6.96º82.35%53.33%-
XYZ10.986.621.56-
YUV65.12104.8178.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 69.04%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 24 (9.77% from 255) = 12.18%
R=69.04%
G=18.78%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136372400.730.820.476.967031.37
Hex882518049522F7461f
Octal2104530011112257710637
Binary1000100010010111000010010011010010101111111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882518; }

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

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

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

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

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

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

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

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