Html Css Color HEX #972F15 Burnt Umber

📋 copy color: '#972F15'

red 151 ◦ green 47 ◦ blue 21

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

Shades of Burnt Umber #972F15

Tints of Burnt Umber #972F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.59%

R = 68.95%
G = 21.46%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#972F15 (or 0x972F15) is known color: Burnt Umber. HEX triplet: 97, 2F and 15. RGB value is (151,47,21). Sum of RGB (Red+Green+Blue) = 151+47+21=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #972F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972F15 is #68D0EA. Grayscale: #4B4B4B. Windows color (decimal): -6869227 or 1388439. OLE color: 1388439.

HSL color Cylindrical-coordinate representation of color #972F15: hue angle of 12º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #972F15 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 47 21 -
CMYK 0 0.69 0.86 0.41
HSL 12º 0.76% 0.34% -
HSV(B) 12º 0.86% 0.59% -
XYZ 13.91 8.67 1.65 -
YUV 75.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 151 47 21 0 0.69 0.86 0.41 12 0.76 0.34
Hex 97 2F 15 0 45 56 29 C 4C 22
Octal 227 57 25 0 105 126 51 14 114 42
Binary 10010111 101111 10101 0 1000101 1010110 101001 1100 1001100 100010

Color Harmonies of #972F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F15

Black with #972F15

Text Example


Text Example

White with #972F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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