#8C3116

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

Shades of Burnt Umber #8C3116

Tints of Burnt Umber #8C3116

Color information

#8C3116 (or 0x8C3116) is unknown color: approx Burnt Umber. HEX triplet: 8C, 31 and 16. RGB value is (140,49,22). Sum of RGB (Red+Green+Blue) = 140+49+22=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3116 is #73CEE9. Grayscale: #494949. Windows color (decimal): -7589610 or 1454476. OLE color: 1454476.

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

Color convert

RGB1404922-
CMYK00.650.840.45
HSL13.73º72.84%31.76%-
HSV(B)13.73º84.29%54.9%-
XYZ12.067.831.63-
YUV73.1399.15175.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.35%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=66.35%
G=23.22%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140492200.650.840.4513.7372.8431.76
Hex8C3116041542De4920
Octal21461260101124551611140
Binary100011001100011011001000001101010010110111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,49,22); }

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

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

 a { background-color: rgb(140,49,22); }

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

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

 span { border-color: rgb(140,49,22); }

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