#972C1E

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

Shades of Burnt Umber #972C1E

Tints of Burnt Umber #972C1E

Color information

#972C1E (or 0x972C1E) is unknown color: approx Burnt Umber. HEX triplet: 97, 2C and 1E. RGB value is (151,44,30). Sum of RGB (Red+Green+Blue) = 151+44+30=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #972C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C1E is #68D3E1. Grayscale: #4A4A4A. Windows color (decimal): -6869986 or 1977495. OLE color: 1977495.

HSL color Cylindrical-coordinate representation of color #972C1E: hue angle of 6.94º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972C1E is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1514430-
CMYK00.710.800.41
HSL6.94º66.85%35.49%-
HSV(B)6.94º80.13%59.22%-
XYZ13.98.472.13-
YUV74.4102.95182.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=67.11%
G=19.56%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151443000.710.800.416.9466.8535.49
Hex972C1E047502974323
Octal2275436010712051710343
Binary10010111101100111100100011110100001010011111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972C1E; }

 p { color: rgb(151,44,30); }

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

<style>
 a { background-color: #972C1E; }

 a { background-color: rgb(151,44,30); }

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

<style>
 span { border-color: #972C1E; }

 span { border-color: rgb(151,44,30); }

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