#972C0F

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

Shades of Burnt Umber #972C0F

Tints of Burnt Umber #972C0F

Color information

#972C0F (or 0x972C0F) is unknown color: approx Burnt Umber. HEX triplet: 97, 2C and 0F. RGB value is (151,44,15). Sum of RGB (Red+Green+Blue) = 151+44+15=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #972C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972C0F is #68D3F0. Grayscale: #484848. Windows color (decimal): -6870001 or 994455. OLE color: 994455.

HSL color Cylindrical-coordinate representation of color #972C0F: hue angle of 12.79º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #972C0F is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB1514415-
CMYK00.710.900.41
HSL12.79º81.93%32.55%-
HSV(B)12.79º90.07%59.22%-
XYZ13.758.421.35-
YUV72.6995.45183.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.90%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=71.90%
G=20.95%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151441500.710.900.4112.7981.9332.55
Hex972CF0475A29d5221
Octal22754170107132511512241
Binary10010111101100111101000111101101010100111011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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