#9F7513

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

Shades of Golden Brown #9F7513

Tints of Golden Brown #9F7513

Color information

#9F7513 (or 0x9F7513) is unknown color: approx Golden Brown. HEX triplet: 9F, 75 and 13. RGB value is (159,117,19). Sum of RGB (Red+Green+Blue) = 159+117+19=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7513 is #608AEC. Grayscale: #767676. Windows color (decimal): -6327021 or 1275295. OLE color: 1275295.

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

Color convert

RGB15911719-
CMYK00.260.880.38
HSL42º78.65%34.9%-
HSV(B)42º88.05%62.35%-
XYZ20.7820.143.41-
YUV118.3971.91156.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=53.90%
G=39.66%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591171900.260.880.384278.6534.9
Hex9F751301A58262a4f23
Octal23716523032130465211743
Binary1001111111101011001101101010110001001101010101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,19); }

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

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

 a { background-color: rgb(159,117,19); }

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

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

 span { border-color: rgb(159,117,19); }

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