Html Css Color HEX #972E20 Burnt Umber

📋 copy color: '#972E20'

red 151 ◦ green 46 ◦ blue 32

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

Shades of Burnt Umber #972E20

Tints of Burnt Umber #972E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

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

R = 65.94%
G = 20.09%
B = 13.97%

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

#972E20 (or 0x972E20) is known color: Burnt Umber. HEX triplet: 97, 2E and 20. RGB value is (151,46,32). Sum of RGB (Red+Green+Blue) = 151+46+32=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #972E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972E20 is #68D1DF. Grayscale: #4B4B4B. Windows color (decimal): -6869472 or 2109079. OLE color: 2109079.

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

Color convert

RGB 151 46 32 -
CMYK 0 0.70 0.79 0.41
HSL 7.06º 0.65% 0.36% -
HSV(B) 7.06º 0.79% 0.59% -
XYZ 14 8.64 2.3 -
YUV 75.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 151 46 32 0 0.70 0.79 0.41 7.06 0.65 0.36
Hex 97 2E 20 0 46 4F 29 7 41 24
Octal 227 56 40 0 106 117 51 7 101 44
Binary 10010111 101110 100000 0 1000110 1001111 101001 111 1000001 100100

Color Harmonies of #972E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972E20

Black with #972E20

Text Example


Text Example

White with #972E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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