#882B27

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

Shades of Mandarian Orange #882B27

Tints of Mandarian Orange #882B27

Color information

#882B27 (or 0x882B27) is unknown color: approx Mandarian Orange. HEX triplet: 88, 2B and 27. RGB value is (136,43,39). Sum of RGB (Red+Green+Blue) = 136+43+39=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #882B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B27 is #77D4D8. Grayscale: #464646. Windows color (decimal): -7853273 or 2567048. OLE color: 2567048.

HSL color Cylindrical-coordinate representation of color #882B27: hue angle of 2.47º 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 #882B27 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1364339-
CMYK00.680.710.47
HSL2.47º55.43%34.31%-
HSV(B)2.47º71.32%53.33%-
XYZ11.387.112.69-
YUV70.35110.31174.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=62.39%
G=19.72%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136433900.680.710.472.4755.4334.31
Hex882B27044472F23722
Octal210534701041075726742
Binary1000100010101110011101000100100011110111110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882B27; }

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

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

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

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

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

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

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

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