#882A22

Color #882A22 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #882A22

Tints of Burnt Umber #882A22

Color information

#882A22 (or 0x882A22) is unknown color: approx Burnt Umber. HEX triplet: 88, 2A and 22. RGB value is (136,42,34). Sum of RGB (Red+Green+Blue) = 136+42+34=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #882A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A22 is #77D5DD. Grayscale: #454545. Windows color (decimal): -7853534 or 2239112. OLE color: 2239112.

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

Color convert

RGB1364234-
CMYK00.690.750.47
HSL4.71º60%33.33%-
HSV(B)4.71º75%53.33%-
XYZ11.277.012.27-
YUV69.19108.14175.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 64.15%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 34 (13.67% from 255) = 16.04%
R=64.15%
G=19.81%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136423400.690.750.474.716033.33
Hex882A220454B2F53c21
Octal210524201051135757441
Binary10001000101010100010010001011001011101111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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