#8E2C25

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

Shades of Burnt Umber #8E2C25

Tints of Burnt Umber #8E2C25

Color information

#8E2C25 (or 0x8E2C25) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2C and 25. RGB value is (142,44,37). Sum of RGB (Red+Green+Blue) = 142+44+37=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C25 is #71D3DA. Grayscale: #484848. Windows color (decimal): -7459803 or 2436238. OLE color: 2436238.

HSL color Cylindrical-coordinate representation of color #8E2C25: hue angle of 4º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2C25 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1424437-
CMYK00.690.740.44
HSL58.66%35.1%-
HSV(B)73.94%55.69%-
XYZ12.397.692.58-
YUV72.5107.97177.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.68%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=63.68%
G=19.73%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142443700.690.740.44458.6635.1
Hex8E2C250454A2C43b23
Octal216544501051125447343
Binary10001110101100100101010001011001010101100100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,44,37); }

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

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

 a { background-color: rgb(142,44,37); }

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

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

 span { border-color: rgb(142,44,37); }

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