#A75914

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

Shades of Golden Brown #A75914

Tints of Golden Brown #A75914

Color information

#A75914 (or 0xA75914) is unknown color: approx Golden Brown. HEX triplet: A7, 59 and 14. RGB value is (167,89,20). Sum of RGB (Red+Green+Blue) = 167+89+20=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A75914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75914 is #58A6EB. Grayscale: #686868. Windows color (decimal): -5809900 or 1333671. OLE color: 1333671.

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

Color convert

RGB1678920-
CMYK00.470.880.35
HSL28.16º78.61%36.67%-
HSV(B)28.16º88.02%65.49%-
XYZ19.6315.412.6-
YUV104.4680.34172.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 60.51%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 20 (8.20% from 255) = 7.25%
R=60.51%
G=32.25%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167892000.470.880.3528.1678.6136.67
HexA7591402F58231c4f25
Octal24713124057130433411745
Binary1010011110110011010001011111011000100011111001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75914; }

 p { color: rgb(167,89,20); }

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

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

 a { background-color: rgb(167,89,20); }

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

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

 span { border-color: rgb(167,89,20); }

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