#8C3122

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

Shades of Burnt Umber #8C3122

Tints of Burnt Umber #8C3122

Color information

#8C3122 (or 0x8C3122) is unknown color: approx Burnt Umber. HEX triplet: 8C, 31 and 22. RGB value is (140,49,34). Sum of RGB (Red+Green+Blue) = 140+49+34=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3122 is #73CEDD. Grayscale: #4A4A4A. Windows color (decimal): -7589598 or 2240908. OLE color: 2240908.

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

Color convert

RGB1404934-
CMYK00.650.760.45
HSL8.49º60.92%34.12%-
HSV(B)8.49º75.71%54.9%-
XYZ12.27.892.39-
YUV74.5105.15174.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 34 (13.67% from 255) = 15.25%
R=62.78%
G=21.97%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140493400.650.760.458.4960.9234.12
Hex8C31220414C2D83d22
Octal2146142010111455107542
Binary100011001100011000100100000110011001011011000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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