Html Css Color HEX #9F4514 Saddle Brown

📋 copy color: '#9F4514'

red 159 ◦ green 69 ◦ blue 20

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

Shades of Saddle Brown #9F4514

Tints of Saddle Brown #9F4514

RGB

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

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

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

R = 64.11%
G = 27.82%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9F4514 (or 0x9F4514) is known color: Saddle Brown. HEX triplet: 9F, 45 and 14. RGB value is (159,69,20). Sum of RGB (Red+Green+Blue) = 159+69+20=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4514 is #60BAEB. Grayscale: #5A5A5A. Windows color (decimal): -6339308 or 1328543. OLE color: 1328543.

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

Color convert

RGB 159 69 20 -
CMYK 0 0.57 0.87 0.38
HSL 21.15º 0.78% 0.35% -
HSV(B) 21.15º 0.87% 0.62% -
XYZ 16.55 11.68 2.04 -
YUV 90.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 159 69 20 0 0.57 0.87 0.38 21.15 0.78 0.35
Hex 9F 45 14 0 39 57 26 15 4E 23
Octal 237 105 24 0 71 127 46 25 116 43
Binary 10011111 1000101 10100 0 111001 1010111 100110 10101 1001110 100011

Color Harmonies of #9F4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4514

Black with #9F4514

Text Example


Text Example

White with #9F4514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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