#8B2D14

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

Shades of Burnt Umber #8B2D14

Tints of Burnt Umber #8B2D14

Color information

#8B2D14 (or 0x8B2D14) is unknown color: approx Burnt Umber. HEX triplet: 8B, 2D and 14. RGB value is (139,45,20). Sum of RGB (Red+Green+Blue) = 139+45+20=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2D14 is #74D2EB. Grayscale: #464646. Windows color (decimal): -7656172 or 1322379. OLE color: 1322379.

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

Color convert

RGB1394520-
CMYK00.680.860.45
HSL12.61º74.84%31.18%-
HSV(B)12.61º85.61%54.51%-
XYZ11.717.421.48-
YUV70.2699.64177.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.14%
GREEN value IS 45 (17.97% from 255) = 22.06%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=68.14%
G=22.06%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139452000.680.860.4512.6174.8431.18
Hex8B2D14044562Dd4b1f
Octal21355240104126551511337
Binary10001011101101101000100010010101101011011101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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