Html Css Color HEX #972E1A Burnt Umber

📋 copy color: '#972E1A'

red 151 ◦ green 46 ◦ blue 26

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

Shades of Burnt Umber #972E1A

Tints of Burnt Umber #972E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.63%

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 67.71%
G = 20.63%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#972E1A (or 0x972E1A) is known color: Burnt Umber. HEX triplet: 97, 2E and 1A. RGB value is (151,46,26). Sum of RGB (Red+Green+Blue) = 151+46+26=223 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.71% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 151 - color contains mainly: red. Hex color #972E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972E1A is #68D1E5. Grayscale: #4B4B4B. Windows color (decimal): -6869478 or 1715863. OLE color: 1715863.

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

Color convert

RGB 151 46 26 -
CMYK 0 0.70 0.83 0.41
HSL 9.6º 0.71% 0.35% -
HSV(B) 9.6º 0.83% 0.59% -
XYZ 13.93 8.61 1.9 -
YUV 75.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 151 46 26 0 0.70 0.83 0.41 9.6 0.71 0.35
Hex 97 2E 1A 0 46 53 29 A 47 23
Octal 227 56 32 0 106 123 51 12 107 43
Binary 10010111 101110 11010 0 1000110 1010011 101001 1010 1000111 100011

Color Harmonies of #972E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972E1A

Black with #972E1A

Text Example


Text Example

White with #972E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,46,26); }

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

background-color css

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

 a { background-color: rgb(151,46,26); }

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

border-color css

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

 span { border-color: rgb(151,46,26); }

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