#8B2A14

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

Shades of Burnt Umber #8B2A14

Tints of Burnt Umber #8B2A14

Color information

#8B2A14 (or 0x8B2A14) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2A and 14. RGB value is (139,42,20). Sum of RGB (Red+Green+Blue) = 139+42+20=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2A14 is #74D5EB. Grayscale: #444444. Windows color (decimal): -7656940 or 1321611. OLE color: 1321611.

HSL color Cylindrical-coordinate representation of color #8B2A14: hue angle of 11.09º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B2A14 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1394220-
CMYK00.700.860.45
HSL11.09º74.84%31.18%-
HSV(B)11.09º85.61%54.51%-
XYZ11.67.21.44-
YUV68.5100.64178.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.15%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=69.15%
G=20.90%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139422000.700.860.4511.0974.8431.18
Hex8B2A14046562Db4b1f
Octal21352240106126551311337
Binary10001011101010101000100011010101101011011011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,42,20); }

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

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

 a { background-color: rgb(139,42,20); }

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

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

 span { border-color: rgb(139,42,20); }

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