#9F5D14

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

Shades of Golden Brown #9F5D14

Tints of Golden Brown #9F5D14

Color information

#9F5D14 (or 0x9F5D14) is unknown color: approx Golden Brown. HEX triplet: 9F, 5D and 14. RGB value is (159,93,20). Sum of RGB (Red+Green+Blue) = 159+93+20=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5D14 is #60A2EB. Grayscale: #686868. Windows color (decimal): -6333164 or 1334687. OLE color: 1334687.

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

Color convert

RGB1599320-
CMYK00.420.870.38
HSL31.51º77.65%35.1%-
HSV(B)31.51º87.42%62.35%-
XYZ18.3415.252.64-
YUV104.4180.37166.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.46%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 20 (8.20% from 255) = 7.35%
R=58.46%
G=34.19%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159932000.420.870.3831.5177.6535.1
Hex9F5D1402A5726204e23
Octal23713524052127464011643
Binary10011111101110110100010101010101111001101000001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,20); }

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

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

 a { background-color: rgb(159,93,20); }

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

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

 span { border-color: rgb(159,93,20); }

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