Html Css Color HEX #9F490A Saddle Brown

📋 copy color: '#9F490A'

red 159 ◦ green 73 ◦ blue 10

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

Shades of Saddle Brown #9F490A

Tints of Saddle Brown #9F490A

RGB

 RED value IS 159 (62.5% from 255) = 65.7%

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

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

R = 65.7%
G = 30.17%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F490A (or 0x9F490A) is known color: Saddle Brown. HEX triplet: 9F, 49 and 0A. RGB value is (159,73,10). Sum of RGB (Red+Green+Blue) = 159+73+10=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F490A is #60B6F5. Grayscale: #5B5B5B. Windows color (decimal): -6338294 or 674207. OLE color: 674207.

HSL color Cylindrical-coordinate representation of color #9F490A: hue angle of 25.37º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F490A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 10 -
CMYK 0 0.54 0.94 0.38
HSL 25.37º 0.88% 0.33% -
HSV(B) 25.37º 0.94% 0.62% -
XYZ 16.74 12.16 1.75 -
YUV 91.53 81.99 176.12 -
System Red Green Blue C M Y K H S L
Decimal 159 73 10 0 0.54 0.94 0.38 25.37 0.88 0.33
Hex 9F 49 A 0 36 5E 26 19 58 21
Octal 237 111 12 0 66 136 46 31 130 41
Binary 10011111 1001001 1010 0 110110 1011110 100110 11001 1011000 100001

Color Harmonies of #9F490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F490A

Black with #9F490A

Text Example


Text Example

White with #9F490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F490A; }

 p { color: rgb(159,73,10); }

 H1.HeaderClassName
 {
   color: #9F490A;
 }
 .AnyTagClassName
 {
   color: #9F490A;
 }
</style>

background-color css

<style>
 a { background-color: #9F490A; }

 a { background-color: rgb(159,73,10); }

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

border-color css

<style>
 span { border-color: #9F490A; }

 span { border-color: rgb(159,73,10); }

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