#8A3020

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

Shades of Burnt Umber #8A3020

Tints of Burnt Umber #8A3020

Color information

#8A3020 (or 0x8A3020) is unknown color: approx Burnt Umber. HEX triplet: 8A, 30 and 20. RGB value is (138,48,32). Sum of RGB (Red+Green+Blue) = 138+48+32=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3020 is #75CFDF. Grayscale: #494949. Windows color (decimal): -7720928 or 2109578. OLE color: 2109578.

HSL color Cylindrical-coordinate representation of color #8A3020: hue angle of 9.06º 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 #8A3020 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB1384832-
CMYK00.650.770.46
HSL9.06º62.35%33.33%-
HSV(B)9.06º76.81%54.12%-
XYZ11.87.622.22-
YUV73.09104.82174.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.30%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 32 (12.89% from 255) = 14.68%
R=63.30%
G=22.02%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138483200.650.770.469.0662.3533.33
Hex8A30200414D2E93e21
Octal2126040010111556117641
Binary100010101100001000000100000110011011011101001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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