#8A2F20

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

Shades of Burnt Umber #8A2F20

Tints of Burnt Umber #8A2F20

Color information

#8A2F20 (or 0x8A2F20) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2F and 20. RGB value is (138,47,32). Sum of RGB (Red+Green+Blue) = 138+47+32=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2F20 is #75D0DF. Grayscale: #484848. Windows color (decimal): -7721184 or 2109322. OLE color: 2109322.

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

Color convert

RGB1384732-
CMYK00.660.770.46
HSL8.49º62.35%33.33%-
HSV(B)8.49º76.81%54.12%-
XYZ11.767.542.2-
YUV72.5105.15174.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=63.59%
G=21.66%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138473200.660.770.468.4962.3533.33
Hex8A2F200424D2E83e21
Octal2125740010211556107641
Binary100010101011111000000100001010011011011101000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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