#8B2E14

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

Shades of Burnt Umber #8B2E14

Tints of Burnt Umber #8B2E14

Color information

#8B2E14 (or 0x8B2E14) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2E and 14. RGB value is (139,46,20). Sum of RGB (Red+Green+Blue) = 139+46+20=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2E14 is #74D1EB. Grayscale: #474747. Windows color (decimal): -7655916 or 1322635. OLE color: 1322635.

HSL color Cylindrical-coordinate representation of color #8B2E14: hue angle of 13.11º 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 #8B2E14 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1394620-
CMYK00.670.860.45
HSL13.11º74.84%31.18%-
HSV(B)13.11º85.61%54.51%-
XYZ11.757.491.49-
YUV70.8499.31176.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 67.80%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=67.80%
G=22.44%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139462000.670.860.4513.1174.8431.18
Hex8B2E14043562Dd4b1f
Octal21356240103126551511337
Binary10001011101110101000100001110101101011011101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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