Html Css Color HEX #972A15 Burnt Umber

📋 copy color: '#972A15'

red 151 ◦ green 42 ◦ blue 21

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

Shades of Burnt Umber #972A15

Tints of Burnt Umber #972A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 70.56%
G = 19.63%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#972A15 (or 0x972A15) is known color: Burnt Umber. HEX triplet: 97, 2A and 15. RGB value is (151,42,21). Sum of RGB (Red+Green+Blue) = 151+42+21=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #972A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972A15 is #68D5EA. Grayscale: #484848. Windows color (decimal): -6870507 or 1387159. OLE color: 1387159.

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

Color convert

RGB 151 42 21 -
CMYK 0 0.72 0.86 0.41
HSL 9.69º 0.76% 0.34% -
HSV(B) 9.69º 0.86% 0.59% -
XYZ 13.73 8.29 1.59 -
YUV 72.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 151 42 21 0 0.72 0.86 0.41 9.69 0.76 0.34
Hex 97 2A 15 0 48 56 29 A 4C 22
Octal 227 52 25 0 110 126 51 12 114 42
Binary 10010111 101010 10101 0 1001000 1010110 101001 1010 1001100 100010

Color Harmonies of #972A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972A15

Black with #972A15

Text Example


Text Example

White with #972A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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