#A5713B

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

Shades of Bourbon #A5713B

Tints of Bourbon #A5713B

Color information

#A5713B (or 0xA5713B) is unknown color: approx Bourbon. HEX triplet: A5, 71 and 3B. RGB value is (165,113,59). Sum of RGB (Red+Green+Blue) = 165+113+59=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5713B is #5A8EC4. Grayscale: #7A7A7A. Windows color (decimal): -5934789 or 3895717. OLE color: 3895717.

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

Color convert

RGB16511359-
CMYK00.320.640.35
HSL30.57º47.32%43.92%-
HSV(B)30.57º64.24%64.71%-
XYZ22.2120.136.85-
YUV122.3992.23158.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=48.96%
G=33.53%
B=17.51%

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
Decimal1651135900.320.640.3530.5747.3243.92
HexA5713B02040231f2f2c
Octal2451617304010043375754
Binary1010010111100011110110100000100000010001111111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5713B; }

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

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

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

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

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

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

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

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