Html Css Color HEX #972D15 Burnt Umber

📋 copy color: '#972D15'

red 151 ◦ green 45 ◦ blue 21

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

Shades of Burnt Umber #972D15

Tints of Burnt Umber #972D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.74%

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

R = 69.59%
G = 20.74%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#972D15 (or 0x972D15) is known color: Burnt Umber. HEX triplet: 97, 2D and 15. RGB value is (151,45,21). Sum of RGB (Red+Green+Blue) = 151+45+21=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #972D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972D15 is #68D2EA. Grayscale: #4A4A4A. Windows color (decimal): -6869739 or 1387927. OLE color: 1387927.

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

Color convert

RGB 151 45 21 -
CMYK 0 0.70 0.86 0.41
HSL 11.08º 0.76% 0.34% -
HSV(B) 11.08º 0.86% 0.59% -
XYZ 13.84 8.51 1.62 -
YUV 73.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 151 45 21 0 0.70 0.86 0.41 11.08 0.76 0.34
Hex 97 2D 15 0 46 56 29 B 4C 22
Octal 227 55 25 0 106 126 51 13 114 42
Binary 10010111 101101 10101 0 1000110 1010110 101001 1011 1001100 100010

Color Harmonies of #972D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972D15

Black with #972D15

Text Example


Text Example

White with #972D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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