#882422

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

Shades of Mandarian Orange #882422

Tints of Mandarian Orange #882422

Color information

#882422 (or 0x882422) is unknown color: approx Mandarian Orange. HEX triplet: 88, 24 and 22. RGB value is (136,36,34). Sum of RGB (Red+Green+Blue) = 136+36+34=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #882422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882422 is #77DBDD. Grayscale: #414141. Windows color (decimal): -7855070 or 2237576. OLE color: 2237576.

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

Color convert

RGB1363634-
CMYK00.740.750.47
HSL1.18º60%33.33%-
HSV(B)1.18º75%53.33%-
XYZ11.076.612.21-
YUV65.67110.13178.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 66.02%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 34 (13.67% from 255) = 16.50%
R=66.02%
G=17.48%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136363400.740.750.471.186033.33
Hex88242204A4B2F13c21
Octal210444201121135717441
Binary100010001001001000100100101010010111011111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882422; }

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

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

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

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

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

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

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

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