Html Css Color HEX #97290C Burnt Umber

📋 copy color: '#97290C'

red 151 ◦ green 41 ◦ blue 12

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

Shades of Burnt Umber #97290C

Tints of Burnt Umber #97290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 74.02%
G = 20.1%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97290C (or 0x97290C) is known color: Burnt Umber. HEX triplet: 97, 29 and 0C. RGB value is (151,41,12). Sum of RGB (Red+Green+Blue) = 151+41+12=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #97290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97290C is #68D6F3. Grayscale: #464646. Windows color (decimal): -6870772 or 797079. OLE color: 797079.

HSL color Cylindrical-coordinate representation of color #97290C: hue angle of 12.52º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97290C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 41 12 -
CMYK 0 0.73 0.92 0.41
HSL 12.52º 0.85% 0.32% -
HSV(B) 12.52º 0.92% 0.59% -
XYZ 13.62 8.19 1.21 -
YUV 70.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 151 41 12 0 0.73 0.92 0.41 12.52 0.85 0.32
Hex 97 29 C 0 49 5C 29 D 55 20
Octal 227 51 14 0 111 134 51 15 125 40
Binary 10010111 101001 1100 0 1001001 1011100 101001 1101 1010101 100000

Color Harmonies of #97290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97290C

Black with #97290C

Text Example


Text Example

White with #97290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97290C; }

 p { color: rgb(151,41,12); }

 H1.HeaderClassName
 {
   color: #97290C;
 }
 .AnyTagClassName
 {
   color: #97290C;
 }
</style>

background-color css

<style>
 a { background-color: #97290C; }

 a { background-color: rgb(151,41,12); }

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

border-color css

<style>
 span { border-color: #97290C; }

 span { border-color: rgb(151,41,12); }

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