#9f5e0c

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

Shades of Golden Brown #9F5E0C

Tints of Golden Brown #9F5E0C

Color information

#9F5E0C (or 0x9F5E0C) is unknown color: approx Golden Brown. HEX triplet: 9F, 5E and 0C. RGB value is (159,94,12). Sum of RGB (Red+Green+Blue) = 159+94+12=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5E0C is #60A1F3. Grayscale: #686868. Windows color (decimal): -6332916 or 810655. OLE color: 810655.

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

Color convert

RGB1599412-
CMYK00.410.920.38
HSL33.47º85.96%33.53%-
HSV(B)33.47º92.45%62.35%-
XYZ18.3715.42.35-
YUV104.0976.03167.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=60%
G=35.47%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159941200.410.920.3833.4785.9633.53
Hex9F5EC0295C26215622
Octal23713614051134464112642
Binary1001111110111101100010100110111001001101000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f5e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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