#a77415

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

Shades of Golden Brown #A77415

Tints of Golden Brown #A77415

Color information

#A77415 (or 0xA77415) is unknown color: approx Golden Brown. HEX triplet: A7, 74 and 15. RGB value is (167,116,21). Sum of RGB (Red+Green+Blue) = 167+116+21=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A77415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77415 is #588BEA. Grayscale: #787878. Windows color (decimal): -5802987 or 1406119. OLE color: 1406119.

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

Color convert

RGB16711621-
CMYK00.310.870.35
HSL39.04º77.66%36.86%-
HSV(B)39.04º87.43%65.49%-
XYZ22.3220.763.54-
YUV120.4271.9161.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.93%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 21 (8.59% from 255) = 6.91%
R=54.93%
G=38.16%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671162100.310.870.3539.0477.6636.86
HexA7741501F5723274e25
Octal24716425037127434711645
Binary1010011111101001010101111110101111000111001111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a77415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a77415; }

 p { color: rgb(167,116,21); }

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

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

 a { background-color: rgb(167,116,21); }

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

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

 span { border-color: rgb(167,116,21); }

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