#A75D04

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

Shades of Golden Brown #A75D04

Tints of Golden Brown #A75D04

Color information

#A75D04 (or 0xA75D04) is unknown color: approx Golden Brown. HEX triplet: A7, 5D and 04. RGB value is (167,93,4). Sum of RGB (Red+Green+Blue) = 167+93+4=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75D04 is #58A2FB. Grayscale: #696969. Windows color (decimal): -5808892 or 286119. OLE color: 286119.

HSL color Cylindrical-coordinate representation of color #A75D04: hue angle of 32.76º 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 #A75D04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB167934-
CMYK00.440.980.35
HSL32.76º95.32%33.53%-
HSV(B)32.76º97.6%65.49%-
XYZ19.8716.052.17-
YUV104.9871.02172.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.26%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=63.26%
G=35.23%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16793400.440.980.3532.7695.3233.53
HexA75D402C6223215f22
Octal2471354054142434113742
Binary101001111011101100010110011000101000111000011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D04; }

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

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

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

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

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

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

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

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