#8E3314

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

Shades of Burnt Umber #8E3314

Tints of Burnt Umber #8E3314

Color information

#8E3314 (or 0x8E3314) is unknown color: approx Burnt Umber. HEX triplet: 8E, 33 and 14. RGB value is (142,51,20). Sum of RGB (Red+Green+Blue) = 142+51+20=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3314 is #71CCEB. Grayscale: #4A4A4A. Windows color (decimal): -7458028 or 1323918. OLE color: 1323918.

HSL color Cylindrical-coordinate representation of color #8E3314: hue angle of 15.25º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E3314 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB1425120-
CMYK00.640.860.44
HSL15.25º75.31%31.76%-
HSV(B)15.25º85.92%55.69%-
XYZ12.478.171.58-
YUV74.6897.15176.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.67%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 20 (8.20% from 255) = 9.39%
R=66.67%
G=23.94%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142512000.640.860.4415.2575.3131.76
Hex8E3314040562Cf4b20
Octal21663240100126541711340
Binary100011101100111010001000000101011010110011111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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