#8A2E20

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

Shades of Burnt Umber #8A2E20

Tints of Burnt Umber #8A2E20

Color information

#8A2E20 (or 0x8A2E20) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2E and 20. RGB value is (138,46,32). Sum of RGB (Red+Green+Blue) = 138+46+32=216 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.89% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2E20 is #75D1DF. Grayscale: #484848. Windows color (decimal): -7721440 or 2109066. OLE color: 2109066.

HSL color Cylindrical-coordinate representation of color #8A2E20: hue angle of 7.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2E20 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1384632-
CMYK00.670.770.46
HSL7.92º62.35%33.33%-
HSV(B)7.92º76.81%54.12%-
XYZ11.727.462.19-
YUV71.91105.48175.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.89%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 32 (12.89% from 255) = 14.81%
R=63.89%
G=21.30%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138463200.670.770.467.9262.3533.33
Hex8A2E200434D2E83e21
Octal2125640010311556107641
Binary100010101011101000000100001110011011011101000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A2E20; }

 p { color: rgb(138,46,32); }

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

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

 a { background-color: rgb(138,46,32); }

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

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

 span { border-color: rgb(138,46,32); }

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