Html Css Color HEX #A47247 Bourbon

📋 copy color: '#A47247'

red 164 ◦ green 114 ◦ blue 71

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

Shades of Bourbon #A47247

Tints of Bourbon #A47247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

 BLUE value IS 71 (28.13% from 255) = 20.34%

R = 46.99%
G = 32.66%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A47247 (or 0xA47247) is known color: Bourbon. HEX triplet: A4, 72 and 47. RGB value is (164,114,71). Sum of RGB (Red+Green+Blue) = 164+114+71=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A47247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47247 is #5B8DB8. Grayscale: #7C7C7C. Windows color (decimal): -6000057 or 4682404. OLE color: 4682404.

HSL color Cylindrical-coordinate representation of color #A47247: hue angle of 27.74º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A47247 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 71 -
CMYK 0 0.30 0.57 0.36
HSL 27.74º 0.4% 0.46% -
HSV(B) 27.74º 0.57% 0.64% -
XYZ 22.46 20.38 8.71 -
YUV 124.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 164 114 71 0 0.30 0.57 0.36 27.74 0.4 0.46
Hex A4 72 47 0 1E 39 24 1C 28 2E
Octal 244 162 107 0 36 71 44 34 50 56
Binary 10100100 1110010 1000111 0 11110 111001 100100 11100 101000 101110

Color Harmonies of #A47247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47247

Black with #A47247

Text Example


Text Example

White with #A47247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47247; }

 p { color: rgb(164,114,71); }

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

background-color css

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

 a { background-color: rgb(164,114,71); }

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

border-color css

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

 span { border-color: rgb(164,114,71); }

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