#9F4615

Color #9F4615 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9F4615

Tints of Saddle Brown #9F4615

Color information

#9F4615 (or 0x9F4615) is unknown color: approx Saddle Brown. HEX triplet: 9F, 46 and 15. RGB value is (159,70,21). Sum of RGB (Red+Green+Blue) = 159+70+21=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4615 is #60B9EA. Grayscale: #5B5B5B. Windows color (decimal): -6339051 or 1394335. OLE color: 1394335.

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

Color convert

RGB1597021-
CMYK00.560.870.38
HSL21.3º76.67%35.29%-
HSV(B)21.3º86.79%62.35%-
XYZ16.6211.812.11-
YUV91.0288.49176.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.6%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 21 (8.59% from 255) = 8.4%
R=63.6%
G=28%
B=8.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159702100.560.870.3821.376.6735.29
Hex9F46150385726154d23
Octal23710625070127462511543
Binary1001111110001101010101110001010111100110101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F4615;
 }
 .AnyTagClassName
 {
   color: #9F4615;
 }
</style>
background-color css

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

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

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

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

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

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