#A75804

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

Shades of Golden Brown #A75804

Tints of Golden Brown #A75804

Color information

#A75804 (or 0xA75804) is unknown color: approx Golden Brown. HEX triplet: A7, 58 and 04. RGB value is (167,88,4). Sum of RGB (Red+Green+Blue) = 167+88+4=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A75804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75804 is #58A7FB. Grayscale: #666666. Windows color (decimal): -5810172 or 284839. OLE color: 284839.

HSL color Cylindrical-coordinate representation of color #A75804: hue angle of 30.92º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A75804 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB167884-
CMYK00.470.980.35
HSL30.92º95.32%33.53%-
HSV(B)30.92º97.6%65.49%-
XYZ19.4515.22.02-
YUV102.0472.67174.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.48%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=64.48%
G=33.98%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16788400.470.980.3530.9295.3233.53
HexA758402F62231f5f22
Octal2471304057142433713742
Binary10100111101100010001011111100010100011111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75804; }

 p { color: rgb(167,88,4); }

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

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

 a { background-color: rgb(167,88,4); }

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

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

 span { border-color: rgb(167,88,4); }

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