#A27415

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

Shades of Golden Brown #A27415

Tints of Golden Brown #A27415

Color information

#A27415 (or 0xA27415) is unknown color: approx Golden Brown. HEX triplet: A2, 74 and 15. RGB value is (162,116,21). Sum of RGB (Red+Green+Blue) = 162+116+21=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A27415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27415 is #5D8BEA. Grayscale: #777777. Windows color (decimal): -6130667 or 1406114. OLE color: 1406114.

HSL color Cylindrical-coordinate representation of color #A27415: hue angle of 40.43º 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 #A27415 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16211621-
CMYK00.280.870.36
HSL40.43º77.05%35.88%-
HSV(B)40.43º87.04%63.53%-
XYZ21.2820.233.49-
YUV118.9272.74158.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.18%
GREEN value IS 116 (45.70% from 255) = 38.80%
BLUE value IS 21 (8.59% from 255) = 7.02%
R=54.18%
G=38.80%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621162100.280.870.3640.4377.0535.88
HexA2741501C5724284d24
Octal24216425034127445011544
Binary1010001011101001010101110010101111001001010001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27415; }

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

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

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

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

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

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

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

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