#8C331A

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

Shades of Burnt Umber #8C331A

Tints of Burnt Umber #8C331A

Color information

#8C331A (or 0x8C331A) is unknown color: approx Burnt Umber. HEX triplet: 8C, 33 and 1A. RGB value is (140,51,26). Sum of RGB (Red+Green+Blue) = 140+51+26=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C331A is #73CCE5. Grayscale: #4A4A4A. Windows color (decimal): -7589094 or 1717132. OLE color: 1717132.

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

Color convert

RGB1405126-
CMYK00.640.810.45
HSL13.16º68.67%32.55%-
HSV(B)13.16º81.43%54.9%-
XYZ12.198.021.88-
YUV74.76100.49174.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.52%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=64.52%
G=23.50%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140512600.640.810.4513.1668.6732.55
Hex8C331A040512Dd4521
Octal21463320100121551510541
Binary100011001100111101001000000101000110110111011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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