Html Css Color HEX #9F4511 Saddle Brown

📋 copy color: '#9F4511'

red 159 ◦ green 69 ◦ blue 17

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

Shades of Saddle Brown #9F4511

Tints of Saddle Brown #9F4511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.16%

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

R = 64.9%
G = 28.16%
B = 6.94%

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

#9F4511 (or 0x9F4511) is known color: Saddle Brown. HEX triplet: 9F, 45 and 11. RGB value is (159,69,17). Sum of RGB (Red+Green+Blue) = 159+69+17=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4511 is #60BAEE. Grayscale: #5A5A5A. Windows color (decimal): -6339311 or 1131935. OLE color: 1131935.

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

Color convert

RGB 159 69 17 -
CMYK 0 0.57 0.89 0.38
HSL 21.97º 0.81% 0.35% -
HSV(B) 21.97º 0.89% 0.62% -
XYZ 16.53 11.67 1.91 -
YUV 89.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 159 69 17 0 0.57 0.89 0.38 21.97 0.81 0.35
Hex 9F 45 11 0 39 59 26 16 51 23
Octal 237 105 21 0 71 131 46 26 121 43
Binary 10011111 1000101 10001 0 111001 1011001 100110 10110 1010001 100011

Color Harmonies of #9F4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4511

Black with #9F4511

Text Example


Text Example

White with #9F4511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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