#8A2A0E

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

Shades of Burnt Umber #8A2A0E

Tints of Burnt Umber #8A2A0E

Color information

#8A2A0E (or 0x8A2A0E) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2A and 0E. RGB value is (138,42,14). Sum of RGB (Red+Green+Blue) = 138+42+14=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2A0E is #75D5F1. Grayscale: #434343. Windows color (decimal): -7722482 or 928394. OLE color: 928394.

HSL color Cylindrical-coordinate representation of color #8A2A0E: hue angle of 13.55º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A2A0E is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB1384214-
CMYK00.700.900.46
HSL13.55º81.58%29.8%-
HSV(B)13.55º89.86%54.12%-
XYZ11.397.091.18-
YUV67.5197.8178.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.13%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=71.13%
G=21.65%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138421400.700.900.4613.5581.5829.8
Hex8A2AE0465A2Ee521e
Octal21252160106132561612236
Binary1000101010101011100100011010110101011101110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,42,14); }

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

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

 a { background-color: rgb(138,42,14); }

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

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

 span { border-color: rgb(138,42,14); }

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