Html Css Color HEX #A47346 Bourbon

📋 copy color: '#A47346'

red 164 ◦ green 115 ◦ blue 70

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

Shades of Bourbon #A47346

Tints of Bourbon #A47346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 70 (27.73% from 255) = 20.06%

R = 46.99%
G = 32.95%
B = 20.06%

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

#A47346 (or 0xA47346) is known color: Bourbon. HEX triplet: A4, 73 and 46. RGB value is (164,115,70). Sum of RGB (Red+Green+Blue) = 164+115+70=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A47346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47346 is #5B8CB9. Grayscale: #7C7C7C. Windows color (decimal): -5999802 or 4617124. OLE color: 4617124.

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

Color convert

RGB 164 115 70 -
CMYK 0 0.30 0.57 0.36
HSL 28.72º 0.4% 0.46% -
HSV(B) 28.72º 0.57% 0.64% -
XYZ 22.55 20.6 8.58 -
YUV 124.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 164 115 70 0 0.30 0.57 0.36 28.72 0.4 0.46
Hex A4 73 46 0 1E 39 24 1D 28 2E
Octal 244 163 106 0 36 71 44 35 50 56
Binary 10100100 1110011 1000110 0 11110 111001 100100 11101 101000 101110

Color Harmonies of #A47346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47346

Black with #A47346

Text Example


Text Example

White with #A47346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47346; }

 p { color: rgb(164,115,70); }

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

background-color css

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

 a { background-color: rgb(164,115,70); }

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

border-color css

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

 span { border-color: rgb(164,115,70); }

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