#9A7409

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

Shades of Golden Brown #9A7409

Tints of Golden Brown #9A7409

Color information

#9A7409 (or 0x9A7409) is unknown color: approx Golden Brown. HEX triplet: 9A, 74 and 09. RGB value is (154,116,9). Sum of RGB (Red+Green+Blue) = 154+116+9=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7409 is #658BF6. Grayscale: #737373. Windows color (decimal): -6654967 or 619674. OLE color: 619674.

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

Color convert

RGB1541169-
CMYK00.250.940.40
HSL44.28º88.96%31.96%-
HSV(B)44.28º94.16%60.39%-
XYZ19.6219.382.97-
YUV115.1668.09155.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.20%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=55.20%
G=41.58%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154116900.250.940.4044.2888.9631.96
Hex9A7490195E282c5920
Octal23216411031136505413140
Binary100110101110100100101100110111101010001011001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,116,9); }

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

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

 a { background-color: rgb(154,116,9); }

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

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

 span { border-color: rgb(154,116,9); }

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