#9F5D12

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

Shades of Golden Brown #9F5D12

Tints of Golden Brown #9F5D12

Color information

#9F5D12 (or 0x9F5D12) is unknown color: approx Golden Brown. HEX triplet: 9F, 5D and 12. RGB value is (159,93,18). Sum of RGB (Red+Green+Blue) = 159+93+18=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5D12 is #60A2ED. Grayscale: #686868. Windows color (decimal): -6333166 or 1203615. OLE color: 1203615.

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

Color convert

RGB1599318-
CMYK00.420.890.38
HSL31.91º79.66%34.71%-
HSV(B)31.91º88.68%62.35%-
XYZ18.3215.242.55-
YUV104.1879.37167.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.89%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=58.89%
G=34.44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159931800.420.890.3831.9179.6634.71
Hex9F5D1202A5926205023
Octal23713522052131464012043
Binary10011111101110110010010101010110011001101000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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