#8A2A1C

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

Shades of Burnt Umber #8A2A1C

Tints of Burnt Umber #8A2A1C

Color information

#8A2A1C (or 0x8A2A1C) is unknown color: approx Burnt Umber. HEX triplet: 8A, 2A and 1C. RGB value is (138,42,28). Sum of RGB (Red+Green+Blue) = 138+42+28=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2A1C is #75D5E3. Grayscale: #454545. Windows color (decimal): -7722468 or 1845898. OLE color: 1845898.

HSL color Cylindrical-coordinate representation of color #8A2A1C: hue angle of 7.64º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2A1C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1384228-
CMYK00.700.800.46
HSL7.64º66.27%32.55%-
HSV(B)7.64º79.71%54.12%-
XYZ11.527.141.87-
YUV69.11104.8177.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 66.35%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=66.35%
G=20.19%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138422800.700.800.467.6466.2732.55
Hex8A2A1C046502E84221
Octal21252340106120561010241
Binary100010101010101110001000110101000010111010001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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