Html Css Color HEX #972E16 Burnt Umber

📋 copy color: '#972E16'

red 151 ◦ green 46 ◦ blue 22

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

Shades of Burnt Umber #972E16

Tints of Burnt Umber #972E16

RGB

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

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

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

R = 68.95%
G = 21%
B = 10.05%

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

#972E16 (or 0x972E16) is known color: Burnt Umber. HEX triplet: 97, 2E and 16. RGB value is (151,46,22). Sum of RGB (Red+Green+Blue) = 151+46+22=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #972E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972E16 is #68D1E9. Grayscale: #4A4A4A. Windows color (decimal): -6869482 or 1453719. OLE color: 1453719.

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

Color convert

RGB 151 46 22 -
CMYK 0 0.70 0.85 0.41
HSL 11.16º 0.75% 0.34% -
HSV(B) 11.16º 0.85% 0.59% -
XYZ 13.88 8.59 1.69 -
YUV 74.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 151 46 22 0 0.70 0.85 0.41 11.16 0.75 0.34
Hex 97 2E 16 0 46 55 29 B 4B 22
Octal 227 56 26 0 106 125 51 13 113 42
Binary 10010111 101110 10110 0 1000110 1010101 101001 1011 1001011 100010

Color Harmonies of #972E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972E16

Black with #972E16

Text Example


Text Example

White with #972E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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