Html Css Color HEX #9F4614 Saddle Brown

📋 copy color: '#9F4614'

red 159 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #9F4614

Tints of Saddle Brown #9F4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 63.86%
G = 28.11%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F4614 (or 0x9F4614) is known color: Saddle Brown. HEX triplet: 9F, 46 and 14. RGB value is (159,70,20). Sum of RGB (Red+Green+Blue) = 159+70+20=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4614 is #60B9EB. Grayscale: #5B5B5B. Windows color (decimal): -6339052 or 1328799. OLE color: 1328799.

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

Color convert

RGB 159 70 20 -
CMYK 0 0.56 0.87 0.38
HSL 21.58º 0.78% 0.35% -
HSV(B) 21.58º 0.87% 0.62% -
XYZ 16.61 11.8 2.06 -
YUV 90.91 87.99 176.57 -
System Red Green Blue C M Y K H S L
Decimal 159 70 20 0 0.56 0.87 0.38 21.58 0.78 0.35
Hex 9F 46 14 0 38 57 26 16 4E 23
Octal 237 106 24 0 70 127 46 26 116 43
Binary 10011111 1000110 10100 0 111000 1010111 100110 10110 1001110 100011

Color Harmonies of #9F4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4614

Black with #9F4614

Text Example


Text Example

White with #9F4614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,20); }

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

background-color css

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

 a { background-color: rgb(159,70,20); }

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

border-color css

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

 span { border-color: rgb(159,70,20); }

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