Html Css Color HEX #A4713B Bourbon

📋 copy color: '#A4713B'

red 164 ◦ green 113 ◦ blue 59

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

Shades of Bourbon #A4713B

Tints of Bourbon #A4713B

RGB

 RED value IS 164 (64.45% from 255) = 48.81%

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

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 48.81%
G = 33.63%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4713B (or 0xA4713B) is known color: Bourbon. HEX triplet: A4, 71 and 3B. RGB value is (164,113,59). Sum of RGB (Red+Green+Blue) = 164+113+59=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4713B is #5B8EC4. Grayscale: #7A7A7A. Windows color (decimal): -6000325 or 3895716. OLE color: 3895716.

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

Color convert

RGB 164 113 59 -
CMYK 0 0.31 0.64 0.36
HSL 30.86º 0.47% 0.44% -
HSV(B) 30.86º 0.64% 0.64% -
XYZ 22 20.02 6.84 -
YUV 122.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 164 113 59 0 0.31 0.64 0.36 30.86 0.47 0.44
Hex A4 71 3B 0 1F 40 24 1F 2F 2C
Octal 244 161 73 0 37 100 44 37 57 54
Binary 10100100 1110001 111011 0 11111 1000000 100100 11111 101111 101100

Color Harmonies of #A4713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4713B

Black with #A4713B

Text Example


Text Example

White with #A4713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4713B; }

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

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

background-color css

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

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

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

border-color css

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

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

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