Html Css Color HEX #A47540 Bourbon

📋 copy color: '#A47540'

red 164 ◦ green 117 ◦ blue 64

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

Shades of Bourbon #A47540

Tints of Bourbon #A47540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 47.54%
G = 33.91%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A47540 (or 0xA47540) is known color: Bourbon. HEX triplet: A4, 75 and 40. RGB value is (164,117,64). Sum of RGB (Red+Green+Blue) = 164+117+64=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A47540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47540 is #5B8ABF. Grayscale: #7D7D7D. Windows color (decimal): -5999296 or 4224420. OLE color: 4224420.

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

Color convert

RGB 164 117 64 -
CMYK 0 0.29 0.61 0.36
HSL 31.8º 0.44% 0.45% -
HSV(B) 31.8º 0.61% 0.64% -
XYZ 22.6 20.99 7.71 -
YUV 125.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 164 117 64 0 0.29 0.61 0.36 31.8 0.44 0.45
Hex A4 75 40 0 1D 3D 24 20 2C 2D
Octal 244 165 100 0 35 75 44 40 54 55
Binary 10100100 1110101 1000000 0 11101 111101 100100 100000 101100 101101

Color Harmonies of #A47540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47540

Black with #A47540

Text Example


Text Example

White with #A47540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47540; }

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

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

background-color css

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

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

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

border-color css

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

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

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