Html Css Color HEX #A47040 Bourbon

📋 copy color: '#A47040'

red 164 ◦ green 112 ◦ blue 64

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

Shades of Bourbon #A47040

Tints of Bourbon #A47040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 48.24%
G = 32.94%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A47040 (or 0xA47040) is known color: Bourbon. HEX triplet: A4, 70 and 40. RGB value is (164,112,64). Sum of RGB (Red+Green+Blue) = 164+112+64=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A47040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47040 is #5B8FBF. Grayscale: #7A7A7A. Windows color (decimal): -6000576 or 4223140. OLE color: 4223140.

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

Color convert

RGB 164 112 64 -
CMYK 0 0.32 0.61 0.36
HSL 28.8º 0.44% 0.45% -
HSV(B) 28.8º 0.61% 0.64% -
XYZ 22.03 19.85 7.52 -
YUV 122.08 95.23 157.9 -
System Red Green Blue C M Y K H S L
Decimal 164 112 64 0 0.32 0.61 0.36 28.8 0.44 0.45
Hex A4 70 40 0 20 3D 24 1D 2C 2D
Octal 244 160 100 0 40 75 44 35 54 55
Binary 10100100 1110000 1000000 0 100000 111101 100100 11101 101100 101101

Color Harmonies of #A47040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47040

Black with #A47040

Text Example


Text Example

White with #A47040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47040; }

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

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

background-color css

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

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

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

border-color css

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

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

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