#8C3526

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

Shades of Burnt Umber #8C3526

Tints of Burnt Umber #8C3526

Color information

#8C3526 (or 0x8C3526) is unknown color: approx Burnt Umber. HEX triplet: 8C, 35 and 26. RGB value is (140,53,38). Sum of RGB (Red+Green+Blue) = 140+53+38=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3526 is #73CAD9. Grayscale: #4D4D4D. Windows color (decimal): -7588570 or 2504076. OLE color: 2504076.

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

Color convert

RGB1405338-
CMYK00.620.730.45
HSL8.82º57.3%34.9%-
HSV(B)8.82º72.86%54.9%-
XYZ12.448.262.77-
YUV77.3105.82172.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.61%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=60.61%
G=22.94%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140533800.620.730.458.8257.334.9
Hex8C352603E492D93923
Octal214654607611155117143
Binary10001100110101100110011111010010011011011001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,53,38); }

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

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

 a { background-color: rgb(140,53,38); }

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

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

 span { border-color: rgb(140,53,38); }

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