#9F7301

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

Shades of Golden Brown #9F7301

Tints of Golden Brown #9F7301

Color information

#9F7301 (or 0x9F7301) is unknown color: approx Golden Brown. HEX triplet: 9F, 73 and 01. RGB value is (159,115,1). Sum of RGB (Red+Green+Blue) = 159+115+1=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7301 is #608CFE. Grayscale: #737373. Windows color (decimal): -6327551 or 95135. OLE color: 95135.

HSL color Cylindrical-coordinate representation of color #9F7301: hue angle of 43.29º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F7301 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1591151-
CMYK00.280.990.38
HSL43.29º98.75%31.37%-
HSV(B)43.29º99.37%62.35%-
XYZ20.4319.632.74-
YUV115.1663.58159.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=57.82%
G=41.82%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159115100.280.990.3843.2998.7531.37
Hex9F73101C63262b631f
Octal2371631034143465314337
Binary10011111111001110111001100011100110101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,115,1); }

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

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

 a { background-color: rgb(159,115,1); }

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

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

 span { border-color: rgb(159,115,1); }

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