Html Css Color HEX #A5713C Bourbon

📋 copy color: '#A5713C'

red 165 ◦ green 113 ◦ blue 60

#A5713C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #A5713C

Tints of Bourbon #A5713C

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 value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5713C (or 0xA5713C) is known color: 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

RGB 165 113 60 -
CMYK 0 0.32 0.64 0.35
HSL 30.29º 0.47% 0.44% -
HSV(B) 30.29º 0.64% 0.65% -
XYZ 22.24 20.14 6.99 -
YUV 122.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 165 113 60 0 0.32 0.64 0.35 30.29 0.47 0.44
Hex A5 71 3C 0 20 40 23 1E 2F 2C
Octal 245 161 74 0 40 100 43 36 57 54
Binary 10100101 1110001 111100 0 100000 1000000 100011 11110 101111 101100

Color Harmonies of #A5713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5713C

Black with #A5713C

Text Example


Text Example

White with #A5713C

Text Example


Text Example

HTML Codes & Css Web 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>