#9F7307

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

Shades of Golden Brown #9F7307

Tints of Golden Brown #9F7307

Color information

#9F7307 (or 0x9F7307) is unknown color: approx Golden Brown. HEX triplet: 9F, 73 and 07. RGB value is (159,115,7). Sum of RGB (Red+Green+Blue) = 159+115+7=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7307 is #608CF8. Grayscale: #747474. Windows color (decimal): -6327545 or 488351. OLE color: 488351.

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

Color convert

RGB1591157-
CMYK00.280.960.38
HSL42.63º91.57%32.55%-
HSV(B)42.63º95.6%62.35%-
XYZ20.4719.652.91-
YUV115.8466.58158.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 7 (3.12% from 255) = 2.49%
R=56.58%
G=40.93%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159115700.280.960.3842.6391.5732.55
Hex9F73701C60262b5c21
Octal2371637034140465313441
Binary10011111111001111101110011000001001101010111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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