Html Css Color HEX #97490E Saddle Brown

📋 copy color: '#97490E'

red 151 ◦ green 73 ◦ blue 14

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

Shades of Saddle Brown #97490E

Tints of Saddle Brown #97490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 63.45%
G = 30.67%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97490E (or 0x97490E) is known color: Saddle Brown. HEX triplet: 97, 49 and 0E. RGB value is (151,73,14). Sum of RGB (Red+Green+Blue) = 151+73+14=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #97490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97490E is #68B6F1. Grayscale: #595959. Windows color (decimal): -6862578 or 936343. OLE color: 936343.

HSL color Cylindrical-coordinate representation of color #97490E: hue angle of 25.84º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97490E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 14 -
CMYK 0 0.52 0.91 0.41
HSL 25.84º 0.83% 0.32% -
HSV(B) 25.84º 0.91% 0.59% -
XYZ 15.22 11.38 1.81 -
YUV 89.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 151 73 14 0 0.52 0.91 0.41 25.84 0.83 0.32
Hex 97 49 E 0 34 5B 29 1A 53 20
Octal 227 111 16 0 64 133 51 32 123 40
Binary 10010111 1001001 1110 0 110100 1011011 101001 11010 1010011 100000

Color Harmonies of #97490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97490E

Black with #97490E

Text Example


Text Example

White with #97490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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