#A56B45

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

Shades of Bourbon #A56B45

Tints of Bourbon #A56B45

Color information

#A56B45 (or 0xA56B45) is unknown color: approx Bourbon. HEX triplet: A5, 6B and 45. RGB value is (165,107,69). Sum of RGB (Red+Green+Blue) = 165+107+69=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B45 is #5A94BA. Grayscale: #787878. Windows color (decimal): -5936315 or 4549541. OLE color: 4549541.

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

Color convert

RGB16510769-
CMYK00.350.580.35
HSL23.75º41.03%45.88%-
HSV(B)23.75º58.18%64.71%-
XYZ21.8518.948.14-
YUV120.0199.22160.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 69 (27.34% from 255) = 20.23%
R=48.39%
G=31.38%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651076900.350.580.3523.7541.0345.88
HexA56B450233A2318292e
Octal2451531050437243305156
Binary1010010111010111000101010001111101010001111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B45; }

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

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

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

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

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

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

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

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