Html Css Color HEX #972C11 Burnt Umber

📋 copy color: '#972C11'

red 151 ◦ green 44 ◦ blue 17

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

Shades of Burnt Umber #972C11

Tints of Burnt Umber #972C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 71.23%
G = 20.75%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#972C11 (or 0x972C11) is known color: Burnt Umber. HEX triplet: 97, 2C and 11. RGB value is (151,44,17). Sum of RGB (Red+Green+Blue) = 151+44+17=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #972C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972C11 is #68D3EE. Grayscale: #494949. Windows color (decimal): -6869999 or 1125527. OLE color: 1125527.

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

Color convert

RGB 151 44 17 -
CMYK 0 0.71 0.89 0.41
HSL 12.09º 0.8% 0.33% -
HSV(B) 12.09º 0.89% 0.59% -
XYZ 13.76 8.42 1.43 -
YUV 72.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 151 44 17 0 0.71 0.89 0.41 12.09 0.8 0.33
Hex 97 2C 11 0 47 59 29 C 50 21
Octal 227 54 21 0 107 131 51 14 120 41
Binary 10010111 101100 10001 0 1000111 1011001 101001 1100 1010000 100001

Color Harmonies of #972C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972C11

Black with #972C11

Text Example


Text Example

White with #972C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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