#A37414

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

Shades of Golden Brown #A37414

Tints of Golden Brown #A37414

Color information

#A37414 (or 0xA37414) is unknown color: approx Golden Brown. HEX triplet: A3, 74 and 14. RGB value is (163,116,20). Sum of RGB (Red+Green+Blue) = 163+116+20=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A37414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37414 is #5C8BEB. Grayscale: #777777. Windows color (decimal): -6065132 or 1340579. OLE color: 1340579.

HSL color Cylindrical-coordinate representation of color #A37414: hue angle of 40.28º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A37414 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB16311620-
CMYK00.290.880.36
HSL40.28º78.14%35.88%-
HSV(B)40.28º87.73%63.92%-
XYZ21.4820.333.45-
YUV119.1172.07159.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 20 (8.20% from 255) = 6.69%
R=54.52%
G=38.80%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631162000.290.880.3640.2878.1435.88
HexA3741401D5824284e24
Octal24316424035130445011644
Binary1010001111101001010001110110110001001001010001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37414; }

 p { color: rgb(163,116,20); }

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

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

 a { background-color: rgb(163,116,20); }

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

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

 span { border-color: rgb(163,116,20); }

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