#972D21

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

Shades of Burnt Umber #972D21

Tints of Burnt Umber #972D21

Color information

#972D21 (or 0x972D21) is unknown color: approx Burnt Umber. HEX triplet: 97, 2D and 21. RGB value is (151,45,33). Sum of RGB (Red+Green+Blue) = 151+45+33=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #972D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972D21 is #68D2DE. Grayscale: #4B4B4B. Windows color (decimal): -6869727 or 2174359. OLE color: 2174359.

HSL color Cylindrical-coordinate representation of color #972D21: hue angle of 6.1º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972D21 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB1514533-
CMYK00.700.780.41
HSL6.1º64.13%36.08%-
HSV(B)6.1º78.15%59.22%-
XYZ13.988.572.36-
YUV75.33104.12181.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.94%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=65.94%
G=19.65%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151453300.700.780.416.164.1336.08
Hex972D210464E2964024
Octal2275541010611651610044
Binary100101111011011000010100011010011101010011101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,45,33); }

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

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

 a { background-color: rgb(151,45,33); }

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

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

 span { border-color: rgb(151,45,33); }

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