#9A7513

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

Shades of Golden Brown #9A7513

Tints of Golden Brown #9A7513

Color information

#9A7513 (or 0x9A7513) is unknown color: approx Golden Brown. HEX triplet: 9A, 75 and 13. RGB value is (154,117,19). Sum of RGB (Red+Green+Blue) = 154+117+19=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7513 is #658AEC. Grayscale: #757575. Windows color (decimal): -6654701 or 1275290. OLE color: 1275290.

HSL color Cylindrical-coordinate representation of color #9A7513: hue angle of 43.56º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A7513 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB15411719-
CMYK00.240.880.40
HSL43.56º78.03%33.92%-
HSV(B)43.56º87.66%60.39%-
XYZ19.8119.643.36-
YUV116.8972.76154.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.10%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=53.10%
G=40.34%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541171900.240.880.4043.5678.0333.92
Hex9A751301858282c4e22
Octal23216523030130505411642
Binary1001101011101011001101100010110001010001011001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,117,19); }

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

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

 a { background-color: rgb(154,117,19); }

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

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

 span { border-color: rgb(154,117,19); }

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