#8C3026

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

Shades of Burnt Umber #8C3026

Tints of Burnt Umber #8C3026

Color information

#8C3026 (or 0x8C3026) is unknown color: approx Burnt Umber. HEX triplet: 8C, 30 and 26. RGB value is (140,48,38). Sum of RGB (Red+Green+Blue) = 140+48+38=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3026 is #73CFD9. Grayscale: #4A4A4A. Windows color (decimal): -7589850 or 2502796. OLE color: 2502796.

HSL color Cylindrical-coordinate representation of color #8C3026: hue angle of 5.88º 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 #8C3026 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1404838-
CMYK00.660.730.45
HSL5.88º57.3%34.9%-
HSV(B)5.88º72.86%54.9%-
XYZ12.227.832.7-
YUV74.37107.48174.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.95%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=61.95%
G=21.24%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140483800.660.730.455.8857.334.9
Hex8C3026042492D63923
Octal214604601021115567143
Binary10001100110000100110010000101001001101101110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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