Html Css Color HEX #9F4411 Saddle Brown

📋 copy color: '#9F4411'

red 159 ◦ green 68 ◦ blue 17

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

Shades of Saddle Brown #9F4411

Tints of Saddle Brown #9F4411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

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

R = 65.16%
G = 27.87%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F4411 (or 0x9F4411) is known color: Saddle Brown. HEX triplet: 9F, 44 and 11. RGB value is (159,68,17). Sum of RGB (Red+Green+Blue) = 159+68+17=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4411 is #60BBEE. Grayscale: #595959. Windows color (decimal): -6339567 or 1131679. OLE color: 1131679.

HSL color Cylindrical-coordinate representation of color #9F4411: hue angle of 21.55º 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 #9F4411 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 17 -
CMYK 0 0.57 0.89 0.38
HSL 21.55º 0.81% 0.35% -
HSV(B) 21.55º 0.89% 0.62% -
XYZ 16.47 11.55 1.89 -
YUV 89.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 159 68 17 0 0.57 0.89 0.38 21.55 0.81 0.35
Hex 9F 44 11 0 39 59 26 16 51 23
Octal 237 104 21 0 71 131 46 26 121 43
Binary 10011111 1000100 10001 0 111001 1011001 100110 10110 1010001 100011

Color Harmonies of #9F4411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4411

Black with #9F4411

Text Example


Text Example

White with #9F4411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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