Html Css Color HEX #A3713C Bourbon

📋 copy color: '#A3713C'

red 163 ◦ green 113 ◦ blue 60

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

Shades of Bourbon #A3713C

Tints of Bourbon #A3713C

RGB

 RED value IS 163 (64.06% from 255) = 48.51%

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 48.51%
G = 33.63%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3713C (or 0xA3713C) is known color: Bourbon. HEX triplet: A3, 71 and 3C. RGB value is (163,113,60). Sum of RGB (Red+Green+Blue) = 163+113+60=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3713C is #5C8EC3. Grayscale: #7A7A7A. Windows color (decimal): -6065860 or 3961251. OLE color: 3961251.

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

Color convert

RGB 163 113 60 -
CMYK 0 0.31 0.63 0.36
HSL 30.87º 0.46% 0.44% -
HSV(B) 30.87º 0.63% 0.64% -
XYZ 21.83 19.92 6.97 -
YUV 121.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 163 113 60 0 0.31 0.63 0.36 30.87 0.46 0.44
Hex A3 71 3C 0 1F 3F 24 1F 2E 2C
Octal 243 161 74 0 37 77 44 37 56 54
Binary 10100011 1110001 111100 0 11111 111111 100100 11111 101110 101100

Color Harmonies of #A3713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3713C

Black with #A3713C

Text Example


Text Example

White with #A3713C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3713C; }

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

 H1.HeaderClassName
 {
   color: #A3713C;
 }
 .AnyTagClassName
 {
   color: #A3713C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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