Html Css Color HEX #972A0A Burnt Umber

📋 copy color: '#972A0A'

red 151 ◦ green 42 ◦ blue 10

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

Shades of Burnt Umber #972A0A

Tints of Burnt Umber #972A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 74.38%
G = 20.69%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#972A0A (or 0x972A0A) is known color: Burnt Umber. HEX triplet: 97, 2A and 0A. RGB value is (151,42,10). Sum of RGB (Red+Green+Blue) = 151+42+10=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #972A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972A0A is #68D5F5. Grayscale: #474747. Windows color (decimal): -6870518 or 666263. OLE color: 666263.

HSL color Cylindrical-coordinate representation of color #972A0A: hue angle of 13.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #972A0A is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 42 10 -
CMYK 0 0.72 0.93 0.41
HSL 13.62º 0.88% 0.32% -
HSV(B) 13.62º 0.93% 0.59% -
XYZ 13.65 8.26 1.16 -
YUV 70.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 151 42 10 0 0.72 0.93 0.41 13.62 0.88 0.32
Hex 97 2A A 0 48 5D 29 E 58 20
Octal 227 52 12 0 110 135 51 16 130 40
Binary 10010111 101010 1010 0 1001000 1011101 101001 1110 1011000 100000

Color Harmonies of #972A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972A0A

Black with #972A0A

Text Example


Text Example

White with #972A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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