#8C2E27

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

Shades of Burnt Umber #8C2E27

Tints of Burnt Umber #8C2E27

Color information

#8C2E27 (or 0x8C2E27) is unknown color: approx Burnt Umber. HEX triplet: 8C, 2E and 27. RGB value is (140,46,39). Sum of RGB (Red+Green+Blue) = 140+46+39=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E27 is #73D1D8. Grayscale: #494949. Windows color (decimal): -7590361 or 2567820. OLE color: 2567820.

HSL color Cylindrical-coordinate representation of color #8C2E27: hue angle of 4.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C2E27 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB1404639-
CMYK00.670.720.45
HSL4.16º56.42%35.1%-
HSV(B)4.16º72.14%54.9%-
XYZ12.167.682.76-
YUV73.31108.64175.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.22%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=62.22%
G=20.44%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140463900.670.720.454.1656.4235.1
Hex8C2E27043482D43823
Octal214564701031105547043
Binary10001100101110100111010000111001000101101100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,46,39); }

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

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

 a { background-color: rgb(140,46,39); }

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

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

 span { border-color: rgb(140,46,39); }

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