#8A3016

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

Shades of Burnt Umber #8A3016

Tints of Burnt Umber #8A3016

Color information

#8A3016 (or 0x8A3016) is unknown color: approx Burnt Umber. HEX triplet: 8A, 30 and 16. RGB value is (138,48,22). Sum of RGB (Red+Green+Blue) = 138+48+22=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3016 is #75CFE9. Grayscale: #484848. Windows color (decimal): -7720938 or 1454218. OLE color: 1454218.

HSL color Cylindrical-coordinate representation of color #8A3016: hue angle of 13.45º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A3016 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1384822-
CMYK00.650.840.46
HSL13.45º72.5%31.37%-
HSV(B)13.45º84.06%54.12%-
XYZ11.687.581.61-
YUV71.9599.82175.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.35%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=66.35%
G=23.08%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138482200.650.840.4613.4572.531.37
Hex8A3016041542Ed481f
Octal21260260101124561511037
Binary10001010110000101100100000110101001011101101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,48,22); }

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

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

 a { background-color: rgb(138,48,22); }

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

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

 span { border-color: rgb(138,48,22); }

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