#A27541

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

Shades of Bourbon #A27541

Tints of Bourbon #A27541

Color information

#A27541 (or 0xA27541) is unknown color: approx Bourbon. HEX triplet: A2, 75 and 41. RGB value is (162,117,65). Sum of RGB (Red+Green+Blue) = 162+117+65=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A27541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27541 is #5D8ABE. Grayscale: #7C7C7C. Windows color (decimal): -6130367 or 4289954. OLE color: 4289954.

HSL color Cylindrical-coordinate representation of color #A27541: hue angle of 32.16º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27541 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16211765-
CMYK00.280.600.36
HSL32.16º42.73%44.51%-
HSV(B)32.16º59.88%63.53%-
XYZ22.2220.797.84-
YUV124.5394.41154.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=47.09%
G=34.01%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621176500.280.600.3632.1642.7344.51
HexA2754101C3C24202b2d
Octal2421651010347444405355
Binary1010001011101011000001011100111100100100100000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27541; }

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

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

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

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

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

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

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

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