#9A5404

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

Shades of Golden Brown #9A5404

Tints of Golden Brown #9A5404

Color information

#9A5404 (or 0x9A5404) is unknown color: approx Golden Brown. HEX triplet: 9A, 54 and 04. RGB value is (154,84,4). Sum of RGB (Red+Green+Blue) = 154+84+4=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5404 is #65ABFB. Grayscale: #606060. Windows color (decimal): -6663164 or 283802. OLE color: 283802.

HSL color Cylindrical-coordinate representation of color #9A5404: hue angle of 32º degrees, saturation: 0.95, 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 #9A5404 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB154844-
CMYK00.450.970.40
HSL32º94.94%30.98%-
HSV(B)32º97.4%60.39%-
XYZ16.5213.221.8-
YUV95.8176.19169.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.64%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=63.64%
G=34.71%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15484400.450.970.403294.9430.98
Hex9A54402D6128205f1f
Octal2321244055141504013737
Binary10011010101010010001011011100001101000100000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,84,4); }

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

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

 a { background-color: rgb(154,84,4); }

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

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

 span { border-color: rgb(154,84,4); }

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