#A5723B

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

Shades of Bourbon #A5723B

Tints of Bourbon #A5723B

Color information

#A5723B (or 0xA5723B) is unknown color: approx Bourbon. HEX triplet: A5, 72 and 3B. RGB value is (165,114,59). Sum of RGB (Red+Green+Blue) = 165+114+59=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5723B is #5A8DC4. Grayscale: #7B7B7B. Windows color (decimal): -5934533 or 3895973. OLE color: 3895973.

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

Color convert

RGB16511459-
CMYK00.310.640.35
HSL31.13º47.32%43.92%-
HSV(B)31.13º64.24%64.71%-
XYZ22.3220.356.89-
YUV122.9891.9157.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=48.82%
G=33.73%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651145900.310.640.3531.1347.3243.92
HexA5723B01F40231f2f2c
Octal2451627303710043375754
Binary101001011110010111011011111100000010001111111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5723B; }

 p { color: rgb(165,114,59); }

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

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

 a { background-color: rgb(165,114,59); }

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

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

 span { border-color: rgb(165,114,59); }

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