Html Css Color HEX #972914 Burnt Umber

📋 copy color: '#972914'

red 151 ◦ green 41 ◦ blue 20

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

Shades of Burnt Umber #972914

Tints of Burnt Umber #972914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 71.23%
G = 19.34%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#972914 (or 0x972914) is known color: Burnt Umber. HEX triplet: 97, 29 and 14. RGB value is (151,41,20). Sum of RGB (Red+Green+Blue) = 151+41+20=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #972914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972914 is #68D6EB. Grayscale: #474747. Windows color (decimal): -6870764 or 1321367. OLE color: 1321367.

HSL color Cylindrical-coordinate representation of color #972914: hue angle of 9.62º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #972914 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 41 20 -
CMYK 0 0.73 0.87 0.41
HSL 9.62º 0.77% 0.34% -
HSV(B) 9.62º 0.87% 0.59% -
XYZ 13.68 8.22 1.53 -
YUV 71.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 151 41 20 0 0.73 0.87 0.41 9.62 0.77 0.34
Hex 97 29 14 0 49 57 29 A 4D 22
Octal 227 51 24 0 111 127 51 12 115 42
Binary 10010111 101001 10100 0 1001001 1010111 101001 1010 1001101 100010

Color Harmonies of #972914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972914

Black with #972914

Text Example


Text Example

White with #972914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972914; }

 p { color: rgb(151,41,20); }

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

background-color css

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

 a { background-color: rgb(151,41,20); }

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

border-color css

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

 span { border-color: rgb(151,41,20); }

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