#A56B3D

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

Shades of Bourbon #A56B3D

Tints of Bourbon #A56B3D

Color information

#A56B3D (or 0xA56B3D) is unknown color: approx Bourbon. HEX triplet: A5, 6B and 3D. RGB value is (165,107,61). Sum of RGB (Red+Green+Blue) = 165+107+61=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B3D is #5A94C2. Grayscale: #777777. Windows color (decimal): -5936323 or 4025253. OLE color: 4025253.

HSL color Cylindrical-coordinate representation of color #A56B3D: hue angle of 26.54º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A56B3D is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16510761-
CMYK00.350.630.35
HSL26.54º46.02%44.31%-
HSV(B)26.54º63.03%64.71%-
XYZ21.6218.856.91-
YUV119.195.22160.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=49.55%
G=32.13%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651076100.350.630.3526.5446.0244.31
HexA56B3D0233F231b2e2c
Octal245153750437743335654
Binary101001011101011111101010001111111110001111011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B3D; }

 p { color: rgb(165,107,61); }

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

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

 a { background-color: rgb(165,107,61); }

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

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

 span { border-color: rgb(165,107,61); }

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