#9F7207

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

Shades of Golden Brown #9F7207

Tints of Golden Brown #9F7207

Color information

#9F7207 (or 0x9F7207) is unknown color: approx Golden Brown. HEX triplet: 9F, 72 and 07. RGB value is (159,114,7). Sum of RGB (Red+Green+Blue) = 159+114+7=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7207 is #608DF8. Grayscale: #737373. Windows color (decimal): -6327801 or 488095. OLE color: 488095.

HSL color Cylindrical-coordinate representation of color #9F7207: hue angle of 42.24º 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 #9F7207 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB1591147-
CMYK00.280.960.38
HSL42.24º91.57%32.55%-
HSV(B)42.24º95.6%62.35%-
XYZ20.3519.422.88-
YUV115.2666.91159.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.79%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 7 (3.12% from 255) = 2.5%
R=56.79%
G=40.71%
B=2.5%

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
Decimal159114700.280.960.3842.2491.5732.55
Hex9F72701C60262a5c21
Octal2371627034140465213441
Binary10011111111001011101110011000001001101010101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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