#A27341

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

Shades of Bourbon #A27341

Tints of Bourbon #A27341

Color information

#A27341 (or 0xA27341) is unknown color: approx Bourbon. HEX triplet: A2, 73 and 41. RGB value is (162,115,65). Sum of RGB (Red+Green+Blue) = 162+115+65=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A27341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27341 is #5D8CBE. Grayscale: #7B7B7B. Windows color (decimal): -6130879 or 4289442. OLE color: 4289442.

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

Color convert

RGB16211565-
CMYK00.290.600.36
HSL30.93º42.73%44.51%-
HSV(B)30.93º59.88%63.53%-
XYZ21.9920.327.77-
YUV123.3595.07155.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=47.37%
G=33.63%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621156500.290.600.3630.9342.7344.51
HexA2734101D3C241f2b2d
Octal2421631010357444375355
Binary101000101110011100000101110111110010010011111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27341; }

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

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

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

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

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

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

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

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