Html Css Color HEX #97490C Saddle Brown

📋 copy color: '#97490C'

red 151 ◦ green 73 ◦ blue 12

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

Shades of Saddle Brown #97490C

Tints of Saddle Brown #97490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

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

R = 63.98%
G = 30.93%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97490C (or 0x97490C) is known color: Saddle Brown. HEX triplet: 97, 49 and 0C. RGB value is (151,73,12). Sum of RGB (Red+Green+Blue) = 151+73+12=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #97490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97490C is #68B6F3. Grayscale: #595959. Windows color (decimal): -6862580 or 805271. OLE color: 805271.

HSL color Cylindrical-coordinate representation of color #97490C: hue angle of 26.33º 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 #97490C is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 12 -
CMYK 0 0.52 0.92 0.41
HSL 26.33º 0.85% 0.32% -
HSV(B) 26.33º 0.92% 0.59% -
XYZ 15.21 11.37 1.74 -
YUV 89.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 151 73 12 0 0.52 0.92 0.41 26.33 0.85 0.32
Hex 97 49 C 0 34 5C 29 1A 55 20
Octal 227 111 14 0 64 134 51 32 125 40
Binary 10010111 1001001 1100 0 110100 1011100 101001 11010 1010101 100000

Color Harmonies of #97490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97490C

Black with #97490C

Text Example


Text Example

White with #97490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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