#8B3314

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

Shades of Burnt Umber #8B3314

Tints of Burnt Umber #8B3314

Color information

#8B3314 (or 0x8B3314) is unknown color: approx Burnt Umber. HEX triplet: 8B, 33 and 14. RGB value is (139,51,20). Sum of RGB (Red+Green+Blue) = 139+51+20=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3314 is #74CCEB. Grayscale: #494949. Windows color (decimal): -7654636 or 1323915. OLE color: 1323915.

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

Color convert

RGB1395120-
CMYK00.630.860.45
HSL15.63º74.84%31.18%-
HSV(B)15.63º85.61%54.51%-
XYZ11.967.911.56-
YUV73.7897.65174.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=66.19%
G=24.29%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139512000.630.860.4515.6374.8431.18
Hex8B331403F562D104b1f
Octal2136324077126552011337
Binary10001011110011101000111111101011010110110000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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