#9F4316

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

Shades of Saddle Brown #9F4316

Tints of Saddle Brown #9F4316

Color information

#9F4316 (or 0x9F4316) is unknown color: approx Saddle Brown. HEX triplet: 9F, 43 and 16. RGB value is (159,67,22). Sum of RGB (Red+Green+Blue) = 159+67+22=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4316 is #60BCE9. Grayscale: #595959. Windows color (decimal): -6339818 or 1459103. OLE color: 1459103.

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

Color convert

RGB1596722-
CMYK00.580.860.38
HSL19.71º75.69%35.49%-
HSV(B)19.71º86.16%62.35%-
XYZ16.4511.442.1-
YUV89.3889.98177.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.11%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=64.11%
G=27.02%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159672200.580.860.3819.7175.6935.49
Hex9F431603A5626144c23
Octal23710326072126462411443
Binary1001111110000111011001110101010110100110101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,67,22); }

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

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

 a { background-color: rgb(159,67,22); }

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

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

 span { border-color: rgb(159,67,22); }

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