#8C331D

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

Shades of Burnt Umber #8C331D

Tints of Burnt Umber #8C331D

Color information

#8C331D (or 0x8C331D) is unknown color: approx Burnt Umber. HEX triplet: 8C, 33 and 1D. RGB value is (140,51,29). Sum of RGB (Red+Green+Blue) = 140+51+29=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C331D is #73CCE2. Grayscale: #4B4B4B. Windows color (decimal): -7589091 or 1913740. OLE color: 1913740.

HSL color Cylindrical-coordinate representation of color #8C331D: hue angle of 11.89º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C331D is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1405129-
CMYK00.640.790.45
HSL11.89º65.68%33.14%-
HSV(B)11.89º79.29%54.9%-
XYZ12.228.032.07-
YUV75.1101.99174.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.64%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 29 (11.72% from 255) = 13.18%
R=63.64%
G=23.18%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140512900.640.790.4511.8965.6833.14
Hex8C331D0404F2Dc4221
Octal21463350100117551410241
Binary100011001100111110101000000100111110110111001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,29); }

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

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

 a { background-color: rgb(140,51,29); }

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

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

 span { border-color: rgb(140,51,29); }

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