Html Css Color HEX #972D1C Burnt Umber

📋 copy color: '#972D1C'

red 151 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #972D1C

Tints of Burnt Umber #972D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 67.41%
G = 20.09%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#972D1C (or 0x972D1C) is known color: Burnt Umber. HEX triplet: 97, 2D and 1C. RGB value is (151,45,28). Sum of RGB (Red+Green+Blue) = 151+45+28=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #972D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972D1C is #68D2E3. Grayscale: #4A4A4A. Windows color (decimal): -6869732 or 1846679. OLE color: 1846679.

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

Color convert

RGB 151 45 28 -
CMYK 0 0.70 0.81 0.41
HSL 8.29º 0.69% 0.35% -
HSV(B) 8.29º 0.81% 0.59% -
XYZ 13.91 8.54 2.01 -
YUV 74.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 151 45 28 0 0.70 0.81 0.41 8.29 0.69 0.35
Hex 97 2D 1C 0 46 51 29 8 45 23
Octal 227 55 34 0 106 121 51 10 105 43
Binary 10010111 101101 11100 0 1000110 1010001 101001 1000 1000101 100011

Color Harmonies of #972D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972D1C

Black with #972D1C

Text Example


Text Example

White with #972D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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