#8C371F

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

Shades of Burnt Umber #8C371F

Tints of Burnt Umber #8C371F

Color information

#8C371F (or 0x8C371F) is unknown color: approx Burnt Umber. HEX triplet: 8C, 37 and 1F. RGB value is (140,55,31). Sum of RGB (Red+Green+Blue) = 140+55+31=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C371F is #73C8E0. Grayscale: #4D4D4D. Windows color (decimal): -7588065 or 2045836. OLE color: 2045836.

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

Color convert

RGB1405531-
CMYK00.610.780.45
HSL13.21º63.74%33.53%-
HSV(B)13.21º77.86%54.9%-
XYZ12.438.412.26-
YUV77.68101.66172.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.95%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 31 (12.5% from 255) = 13.72%
R=61.95%
G=24.34%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140553100.610.780.4513.2163.7433.53
Hex8C371F03D4E2Dd4022
Octal2146737075116551510042
Binary10001100110111111110111101100111010110111011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,55,31); }

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

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

 a { background-color: rgb(140,55,31); }

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

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

 span { border-color: rgb(140,55,31); }

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