Html Css Color HEX #972912 Burnt Umber

📋 copy color: '#972912'

red 151 ◦ green 41 ◦ blue 18

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

Shades of Burnt Umber #972912

Tints of Burnt Umber #972912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 71.9%
G = 19.52%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#972912 (or 0x972912) is known color: Burnt Umber. HEX triplet: 97, 29 and 12. RGB value is (151,41,18). Sum of RGB (Red+Green+Blue) = 151+41+18=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #972912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972912 is #68D6ED. Grayscale: #474747. Windows color (decimal): -6870766 or 1190295. OLE color: 1190295.

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

Color convert

RGB 151 41 18 -
CMYK 0 0.73 0.88 0.41
HSL 10.38º 0.79% 0.33% -
HSV(B) 10.38º 0.88% 0.59% -
XYZ 13.66 8.21 1.44 -
YUV 71.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 151 41 18 0 0.73 0.88 0.41 10.38 0.79 0.33
Hex 97 29 12 0 49 58 29 A 4F 21
Octal 227 51 22 0 111 130 51 12 117 41
Binary 10010111 101001 10010 0 1001001 1011000 101001 1010 1001111 100001

Color Harmonies of #972912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972912

Black with #972912

Text Example


Text Example

White with #972912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972912; }

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

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

background-color css

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

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

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

border-color css

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

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

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