#972A13

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

Shades of Burnt Umber #972A13

Tints of Burnt Umber #972A13

Color information

#972A13 (or 0x972A13) is unknown color: approx Burnt Umber. HEX triplet: 97, 2A and 13. RGB value is (151,42,19). Sum of RGB (Red+Green+Blue) = 151+42+19=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #972A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972A13 is #68D5EC. Grayscale: #484848. Windows color (decimal): -6870509 or 1256087. OLE color: 1256087.

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

Color convert

RGB1514219-
CMYK00.720.870.41
HSL10.45º77.65%33.33%-
HSV(B)10.45º87.42%59.22%-
XYZ13.718.281.49-
YUV71.9798.11184.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.23%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=71.23%
G=19.81%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151421900.720.870.4110.4577.6533.33
Hex972A130485729a4e21
Octal22752230110127511211641
Binary100101111010101001101001000101011110100110101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,42,19); }

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

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

 a { background-color: rgb(151,42,19); }

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

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

 span { border-color: rgb(151,42,19); }

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