#8E351C

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

Shades of Burnt Umber #8E351C

Tints of Burnt Umber #8E351C

Color information

#8E351C (or 0x8E351C) is unknown color: approx Burnt Umber. HEX triplet: 8E, 35 and 1C. RGB value is (142,53,28). Sum of RGB (Red+Green+Blue) = 142+53+28=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E351C is #71CAE3. Grayscale: #4C4C4C. Windows color (decimal): -7457508 or 1848718. OLE color: 1848718.

HSL color Cylindrical-coordinate representation of color #8E351C: hue angle of 13.16º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E351C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1425328-
CMYK00.630.800.44
HSL13.16º67.06%33.33%-
HSV(B)13.16º80.28%55.69%-
XYZ12.648.382.05-
YUV76.76100.49174.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.68%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=63.68%
G=23.77%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142532800.630.800.4413.1667.0633.33
Hex8E351C03F502Cd4321
Octal2166534077120541510341
Binary10001110110101111000111111101000010110011011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,53,28); }

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

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

 a { background-color: rgb(142,53,28); }

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

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

 span { border-color: rgb(142,53,28); }

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