Html Css Color HEX #972D20 Burnt Umber

📋 copy color: '#972D20'

red 151 ◦ green 45 ◦ blue 32

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

Shades of Burnt Umber #972D20

Tints of Burnt Umber #972D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.74%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 66.23%
G = 19.74%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#972D20 (or 0x972D20) is known color: Burnt Umber. HEX triplet: 97, 2D and 20. RGB value is (151,45,32). Sum of RGB (Red+Green+Blue) = 151+45+32=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #972D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972D20 is #68D2DF. Grayscale: #4B4B4B. Windows color (decimal): -6869728 or 2108823. OLE color: 2108823.

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

Color convert

RGB 151 45 32 -
CMYK 0 0.70 0.79 0.41
HSL 6.55º 0.65% 0.36% -
HSV(B) 6.55º 0.79% 0.59% -
XYZ 13.96 8.56 2.28 -
YUV 75.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 151 45 32 0 0.70 0.79 0.41 6.55 0.65 0.36
Hex 97 2D 20 0 46 4F 29 7 41 24
Octal 227 55 40 0 106 117 51 7 101 44
Binary 10010111 101101 100000 0 1000110 1001111 101001 111 1000001 100100

Color Harmonies of #972D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972D20

Black with #972D20

Text Example


Text Example

White with #972D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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