#9A7705

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

Shades of Golden Brown #9A7705

Tints of Golden Brown #9A7705

Color information

#9A7705 (or 0x9A7705) is unknown color: approx Golden Brown. HEX triplet: 9A, 77 and 05. RGB value is (154,119,5). Sum of RGB (Red+Green+Blue) = 154+119+5=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7705 is #6588FA. Grayscale: #747474. Windows color (decimal): -6654203 or 358298. OLE color: 358298.

HSL color Cylindrical-coordinate representation of color #9A7705: hue angle of 45.91º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A7705 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1541195-
CMYK00.230.970.40
HSL45.91º93.71%31.18%-
HSV(B)45.91º96.75%60.39%-
XYZ19.9520.072.97-
YUV116.4765.1154.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.40%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 5 (2.34% from 255) = 1.80%
R=55.40%
G=42.81%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154119500.230.970.4045.9193.7131.18
Hex9A77501761282e5e1f
Octal2321675027141505613637
Binary1001101011101111010101111100001101000101110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,119,5); }

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

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

 a { background-color: rgb(154,119,5); }

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

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

 span { border-color: rgb(154,119,5); }

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