Html Css Color HEX #9F4911 Saddle Brown

📋 copy color: '#9F4911'

red 159 ◦ green 73 ◦ blue 17

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

Shades of Saddle Brown #9F4911

Tints of Saddle Brown #9F4911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 63.86%
G = 29.32%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F4911 (or 0x9F4911) is known color: Saddle Brown. HEX triplet: 9F, 49 and 11. RGB value is (159,73,17). Sum of RGB (Red+Green+Blue) = 159+73+17=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4911 is #60B6EE. Grayscale: #5C5C5C. Windows color (decimal): -6338287 or 1132959. OLE color: 1132959.

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

Color convert

RGB 159 73 17 -
CMYK 0 0.54 0.89 0.38
HSL 23.66º 0.81% 0.35% -
HSV(B) 23.66º 0.89% 0.62% -
XYZ 16.78 12.18 2 -
YUV 92.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 159 73 17 0 0.54 0.89 0.38 23.66 0.81 0.35
Hex 9F 49 11 0 36 59 26 18 51 23
Octal 237 111 21 0 66 131 46 30 121 43
Binary 10011111 1001001 10001 0 110110 1011001 100110 11000 1010001 100011

Color Harmonies of #9F4911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4911

Black with #9F4911

Text Example


Text Example

White with #9F4911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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