#A27513

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

Shades of Golden Brown #A27513

Tints of Golden Brown #A27513

Color information

#A27513 (or 0xA27513) is unknown color: approx Golden Brown. HEX triplet: A2, 75 and 13. RGB value is (162,117,19). Sum of RGB (Red+Green+Blue) = 162+117+19=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A27513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27513 is #5D8AEC. Grayscale: #777777. Windows color (decimal): -6130413 or 1275298. OLE color: 1275298.

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

Color convert

RGB16211719-
CMYK00.280.880.36
HSL41.12º79.01%35.49%-
HSV(B)41.12º88.27%63.53%-
XYZ21.3820.453.44-
YUV119.2871.41158.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.36%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 19 (7.81% from 255) = 6.38%
R=54.36%
G=39.26%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621171900.280.880.3641.1279.0135.49
HexA2751301C5824294f23
Octal24216523034130445111743
Binary1010001011101011001101110010110001001001010011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27513; }

 p { color: rgb(162,117,19); }

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

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

 a { background-color: rgb(162,117,19); }

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

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

 span { border-color: rgb(162,117,19); }

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