#A5713C

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

Shades of Bourbon #A5713C

Tints of Bourbon #A5713C

Color information

#A5713C (or 0xA5713C) is unknown color: approx Bourbon. HEX triplet: A5, 71 and 3C. RGB value is (165,113,60). Sum of RGB (Red+Green+Blue) = 165+113+60=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5713C is #5A8EC3. Grayscale: #7A7A7A. Windows color (decimal): -5934788 or 3961253. OLE color: 3961253.

HSL color Cylindrical-coordinate representation of color #A5713C: hue angle of 30.29º 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 #A5713C is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16511360-
CMYK00.320.640.35
HSL30.29º46.67%44.12%-
HSV(B)30.29º63.64%64.71%-
XYZ22.2420.146.99-
YUV122.5192.73158.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=48.82%
G=33.43%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651136000.320.640.3530.2946.6744.12
HexA5713C02040231e2f2c
Octal2451617404010043365754
Binary1010010111100011111000100000100000010001111110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5713C; }

 p { color: rgb(165,113,60); }

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

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

 a { background-color: rgb(165,113,60); }

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

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

 span { border-color: rgb(165,113,60); }

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