Html Css Color HEX #972D17 Burnt Umber

📋 copy color: '#972D17'

red 151 ◦ green 45 ◦ blue 23

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

Shades of Burnt Umber #972D17

Tints of Burnt Umber #972D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.5%

R = 68.95%
G = 20.55%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#972D17 (or 0x972D17) is known color: Burnt Umber. HEX triplet: 97, 2D and 17. RGB value is (151,45,23). Sum of RGB (Red+Green+Blue) = 151+45+23=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #972D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972D17 is #68D2E8. Grayscale: #4A4A4A. Windows color (decimal): -6869737 or 1518999. OLE color: 1518999.

HSL color Cylindrical-coordinate representation of color #972D17: hue angle of 10.31º degrees, saturation: 0.74, 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 #972D17 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 45 23 -
CMYK 0 0.70 0.85 0.41
HSL 10.31º 0.74% 0.34% -
HSV(B) 10.31º 0.85% 0.59% -
XYZ 13.86 8.52 1.72 -
YUV 74.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 151 45 23 0 0.70 0.85 0.41 10.31 0.74 0.34
Hex 97 2D 17 0 46 55 29 A 4A 22
Octal 227 55 27 0 106 125 51 12 112 42
Binary 10010111 101101 10111 0 1000110 1010101 101001 1010 1001010 100010

Color Harmonies of #972D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972D17

Black with #972D17

Text Example


Text Example

White with #972D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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