Html Css Color HEX #972C16 Burnt Umber

📋 copy color: '#972C16'

red 151 ◦ green 44 ◦ blue 22

#972C16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #972C16

Tints of Burnt Umber #972C16

RGB

 RED value IS 151 (59.38% from 255) = 69.59%

 GREEN value IS 44 (17.58% from 255) = 20.28%

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 69.59%
G = 20.28%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#972C16 (or 0x972C16) is known color: Burnt Umber. HEX triplet: 97, 2C and 16. RGB value is (151,44,22). Sum of RGB (Red+Green+Blue) = 151+44+22=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #972C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972C16 is #68D3E9. Grayscale: #494949. Windows color (decimal): -6869994 or 1453207. OLE color: 1453207.

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

Color convert

RGB 151 44 22 -
CMYK 0 0.71 0.85 0.41
HSL 10.23º 0.75% 0.34% -
HSV(B) 10.23º 0.85% 0.59% -
XYZ 13.81 8.44 1.66 -
YUV 73.49 98.95 183.29 -
System Red Green Blue C M Y K H S L
Decimal 151 44 22 0 0.71 0.85 0.41 10.23 0.75 0.34
Hex 97 2C 16 0 47 55 29 A 4B 22
Octal 227 54 26 0 107 125 51 12 113 42
Binary 10010111 101100 10110 0 1000111 1010101 101001 1010 1001011 100010

Color Harmonies of #972C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C16

Black with #972C16

Text Example


Text Example

White with #972C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #972C16;
 }
 .AnyTagClassName
 {
   color: #972C16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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