#9F4415

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

Shades of Saddle Brown #9F4415

Tints of Saddle Brown #9F4415

Color information

#9F4415 (or 0x9F4415) is unknown color: approx Saddle Brown. HEX triplet: 9F, 44 and 15. RGB value is (159,68,21). Sum of RGB (Red+Green+Blue) = 159+68+21=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4415 is #60BBEA. Grayscale: #5A5A5A. Windows color (decimal): -6339563 or 1393823. OLE color: 1393823.

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

Color convert

RGB1596821-
CMYK00.570.870.38
HSL20.43º76.67%35.29%-
HSV(B)20.43º86.79%62.35%-
XYZ16.511.562.07-
YUV89.8589.15177.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.11%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=64.11%
G=27.42%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159682100.570.870.3820.4376.6735.29
Hex9F44150395726144d23
Octal23710425071127462411543
Binary1001111110001001010101110011010111100110101001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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