Html Css Color HEX #972F12 Burnt Umber

📋 copy color: '#972F12'

red 151 ◦ green 47 ◦ blue 18

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

Shades of Burnt Umber #972F12

Tints of Burnt Umber #972F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

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

R = 69.91%
G = 21.76%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#972F12 (or 0x972F12) is known color: Burnt Umber. HEX triplet: 97, 2F and 12. RGB value is (151,47,18). Sum of RGB (Red+Green+Blue) = 151+47+18=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #972F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972F12 is #68D0ED. Grayscale: #4B4B4B. Windows color (decimal): -6869230 or 1191831. OLE color: 1191831.

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

Color convert

RGB 151 47 18 -
CMYK 0 0.69 0.88 0.41
HSL 13.08º 0.79% 0.33% -
HSV(B) 13.08º 0.88% 0.59% -
XYZ 13.89 8.66 1.51 -
YUV 74.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 151 47 18 0 0.69 0.88 0.41 13.08 0.79 0.33
Hex 97 2F 12 0 45 58 29 D 4F 21
Octal 227 57 22 0 105 130 51 15 117 41
Binary 10010111 101111 10010 0 1000101 1011000 101001 1101 1001111 100001

Color Harmonies of #972F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F12

Black with #972F12

Text Example


Text Example

White with #972F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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