#972c1a

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

Shades of Burnt Umber #972C1A

Tints of Burnt Umber #972C1A

Color information

#972C1A (or 0x972C1A) is unknown color: approx Burnt Umber. HEX triplet: 97, 2C and 1A. RGB value is (151,44,26). Sum of RGB (Red+Green+Blue) = 151+44+26=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #972C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972C1A is #68D3E5. Grayscale: #4A4A4A. Windows color (decimal): -6869990 or 1715351. OLE color: 1715351.

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

Color convert

RGB1514426-
CMYK00.710.830.41
HSL8.64º70.62%34.71%-
HSV(B)8.64º82.78%59.22%-
XYZ13.858.461.88-
YUV73.94100.95182.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 68.33%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=68.33%
G=19.91%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151442600.710.830.418.6470.6234.71
Hex972C1A047532994723
Octal22754320107123511110743
Binary100101111011001101001000111101001110100110011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972c1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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