Html Css Color HEX #A47640 Bourbon

📋 copy color: '#A47640'

red 164 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #A47640

Tints of Bourbon #A47640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

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

R = 47.4%
G = 34.1%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A47640 (or 0xA47640) is known color: Bourbon. HEX triplet: A4, 76 and 40. RGB value is (164,118,64). Sum of RGB (Red+Green+Blue) = 164+118+64=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A47640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47640 is #5B89BF. Grayscale: #7D7D7D. Windows color (decimal): -5999040 or 4224676. OLE color: 4224676.

HSL color Cylindrical-coordinate representation of color #A47640: hue angle of 32.4º 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 #A47640 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 64 -
CMYK 0 0.28 0.61 0.36
HSL 32.4º 0.44% 0.45% -
HSV(B) 32.4º 0.61% 0.64% -
XYZ 22.71 21.22 7.75 -
YUV 125.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 164 118 64 0 0.28 0.61 0.36 32.4 0.44 0.45
Hex A4 76 40 0 1C 3D 24 20 2C 2D
Octal 244 166 100 0 34 75 44 40 54 55
Binary 10100100 1110110 1000000 0 11100 111101 100100 100000 101100 101101

Color Harmonies of #A47640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47640

Black with #A47640

Text Example


Text Example

White with #A47640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47640; }

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

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

background-color css

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

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

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

border-color css

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

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

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