Html Css Color HEX #A47740 Bourbon

📋 copy color: '#A47740'

red 164 ◦ green 119 ◦ blue 64

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

Shades of Bourbon #A47740

Tints of Bourbon #A47740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 47.26%
G = 34.29%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A47740 (or 0xA47740) is known color: Bourbon. HEX triplet: A4, 77 and 40. RGB value is (164,119,64). Sum of RGB (Red+Green+Blue) = 164+119+64=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A47740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47740 is #5B88BF. Grayscale: #7E7E7E. Windows color (decimal): -5998784 or 4224932. OLE color: 4224932.

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

Color convert

RGB 164 119 64 -
CMYK 0 0.27 0.61 0.36
HSL 33º 0.44% 0.45% -
HSV(B) 33º 0.61% 0.64% -
XYZ 22.83 21.46 7.79 -
YUV 126.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 164 119 64 0 0.27 0.61 0.36 33 0.44 0.45
Hex A4 77 40 0 1B 3D 24 21 2C 2D
Octal 244 167 100 0 33 75 44 41 54 55
Binary 10100100 1110111 1000000 0 11011 111101 100100 100001 101100 101101

Color Harmonies of #A47740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47740

Black with #A47740

Text Example


Text Example

White with #A47740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47740; }

 p { color: rgb(164,119,64); }

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

background-color css

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

 a { background-color: rgb(164,119,64); }

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

border-color css

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

 span { border-color: rgb(164,119,64); }

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