#882927

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

Shades of Mandarian Orange #882927

Tints of Mandarian Orange #882927

Color information

#882927 (or 0x882927) is unknown color: approx Mandarian Orange. HEX triplet: 88, 29 and 27. RGB value is (136,41,39). Sum of RGB (Red+Green+Blue) = 136+41+39=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #882927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882927 is #77D6D8. Grayscale: #454545. Windows color (decimal): -7853785 or 2566536. OLE color: 2566536.

HSL color Cylindrical-coordinate representation of color #882927: hue angle of 1.24º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882927 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1364139-
CMYK00.700.710.47
HSL1.24º55.43%34.31%-
HSV(B)1.24º71.32%53.33%-
XYZ11.316.972.67-
YUV69.18110.97175.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.96%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=62.96%
G=18.98%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136413900.700.710.471.2455.4334.31
Hex882927046472F13722
Octal210514701061075716742
Binary100010001010011001110100011010001111011111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882927; }

 p { color: rgb(136,41,39); }

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

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

 a { background-color: rgb(136,41,39); }

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

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

 span { border-color: rgb(136,41,39); }

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