Html Css Color HEX #A5713A Bourbon

📋 copy color: '#A5713A'

red 165 ◦ green 113 ◦ blue 58

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

Shades of Bourbon #A5713A

Tints of Bourbon #A5713A

RGB

 RED value IS 165 (64.84% from 255) = 49.11%

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 49.11%
G = 33.63%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5713A (or 0xA5713A) is known color: Bourbon. HEX triplet: A5, 71 and 3A. RGB value is (165,113,58). Sum of RGB (Red+Green+Blue) = 165+113+58=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A5713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5713A is #5A8EC5. Grayscale: #7A7A7A. Windows color (decimal): -5934790 or 3830181. OLE color: 3830181.

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

Color convert

RGB 165 113 58 -
CMYK 0 0.32 0.65 0.35
HSL 30.84º 0.48% 0.44% -
HSV(B) 30.84º 0.65% 0.65% -
XYZ 22.19 20.12 6.72 -
YUV 122.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 165 113 58 0 0.32 0.65 0.35 30.84 0.48 0.44
Hex A5 71 3A 0 20 41 23 1F 30 2C
Octal 245 161 72 0 40 101 43 37 60 54
Binary 10100101 1110001 111010 0 100000 1000001 100011 11111 110000 101100

Color Harmonies of #A5713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5713A

Black with #A5713A

Text Example


Text Example

White with #A5713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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