#9F5E09

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

Shades of Golden Brown #9F5E09

Tints of Golden Brown #9F5E09

Color information

#9F5E09 (or 0x9F5E09) is unknown color: approx Golden Brown. HEX triplet: 9F, 5E and 09. RGB value is (159,94,9). Sum of RGB (Red+Green+Blue) = 159+94+9=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5E09 is #60A1F6. Grayscale: #686868. Windows color (decimal): -6332919 or 614047. OLE color: 614047.

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

Color convert

RGB159949-
CMYK00.410.940.38
HSL34º89.29%32.94%-
HSV(B)34º94.34%62.35%-
XYZ18.3515.42.26-
YUV103.7474.53167.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.69%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 9 (3.91% from 255) = 3.44%
R=60.69%
G=35.88%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15994900.410.940.383489.2932.94
Hex9F5E90295E26225921
Octal23713611051136464213141
Binary1001111110111101001010100110111101001101000101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,94,9); }

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

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

 a { background-color: rgb(159,94,9); }

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

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

 span { border-color: rgb(159,94,9); }

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