#9F5F05

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

Shades of Golden Brown #9F5F05

Tints of Golden Brown #9F5F05

Color information

#9F5F05 (or 0x9F5F05) is unknown color: approx Golden Brown. HEX triplet: 9F, 5F and 05. RGB value is (159,95,5). Sum of RGB (Red+Green+Blue) = 159+95+5=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5F05 is #60A0FA. Grayscale: #686868. Windows color (decimal): -6332667 or 352159. OLE color: 352159.

HSL color Cylindrical-coordinate representation of color #9F5F05: hue angle of 35.06º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F5F05 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB159955-
CMYK00.400.970.38
HSL35.06º93.9%32.16%-
HSV(B)35.06º96.86%62.35%-
XYZ18.4215.572.18-
YUV103.8872.2167.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.39%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=61.39%
G=36.68%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15995500.400.970.3835.0693.932.16
Hex9F5F50286126235e20
Octal2371375050141464313640
Binary100111111011111101010100011000011001101000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,5); }

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

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

 a { background-color: rgb(159,95,5); }

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

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

 span { border-color: rgb(159,95,5); }

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