#9F590E

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

Shades of Golden Brown #9F590E

Tints of Golden Brown #9F590E

Color information

#9F590E (or 0x9F590E) is unknown color: approx Golden Brown. HEX triplet: 9F, 59 and 0E. RGB value is (159,89,14). Sum of RGB (Red+Green+Blue) = 159+89+14=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F590E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F590E is #60A6F1. Grayscale: #656565. Windows color (decimal): -6334194 or 940447. OLE color: 940447.

HSL color Cylindrical-coordinate representation of color #9F590E: hue angle of 31.03º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F590E is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1598914-
CMYK00.440.910.38
HSL31.03º83.82%33.92%-
HSV(B)31.03º91.19%62.35%-
XYZ17.9514.552.28-
YUV101.3878.69169.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.69%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=60.69%
G=33.97%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159891400.440.910.3831.0383.8233.92
Hex9F59E02C5B261f5422
Octal23713116054133463712442
Binary100111111011001111001011001011011100110111111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,14); }

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

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

 a { background-color: rgb(159,89,14); }

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

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

 span { border-color: rgb(159,89,14); }

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