#A36515

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

Shades of Golden Brown #A36515

Tints of Golden Brown #A36515

Color information

#A36515 (or 0xA36515) is unknown color: approx Golden Brown. HEX triplet: A3, 65 and 15. RGB value is (163,101,21). Sum of RGB (Red+Green+Blue) = 163+101+21=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A36515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36515 is #5C9AEA. Grayscale: #6E6E6E. Windows color (decimal): -6068971 or 1402275. OLE color: 1402275.

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

Color convert

RGB16310121-
CMYK00.380.870.36
HSL33.8º77.17%36.08%-
HSV(B)33.8º87.12%63.92%-
XYZ19.8917.152.97-
YUV110.4277.54165.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.19%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 21 (8.59% from 255) = 7.37%
R=57.19%
G=35.44%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631012100.380.870.3633.877.1736.08
HexA365150265724224d24
Octal24314525046127444211544
Binary10100011110010110101010011010101111001001000101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36515; }

 p { color: rgb(163,101,21); }

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

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

 a { background-color: rgb(163,101,21); }

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

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

 span { border-color: rgb(163,101,21); }

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