Html Css Color HEX #A47343 Bourbon

📋 copy color: '#A47343'

red 164 ◦ green 115 ◦ blue 67

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

Shades of Bourbon #A47343

Tints of Bourbon #A47343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.36%

R = 47.4%
G = 33.24%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A47343 (or 0xA47343) is known color: Bourbon. HEX triplet: A4, 73 and 43. RGB value is (164,115,67). Sum of RGB (Red+Green+Blue) = 164+115+67=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A47343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47343 is #5B8CBC. Grayscale: #7C7C7C. Windows color (decimal): -5999805 or 4420516. OLE color: 4420516.

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

Color convert

RGB 164 115 67 -
CMYK 0 0.30 0.59 0.36
HSL 29.69º 0.42% 0.45% -
HSV(B) 29.69º 0.59% 0.64% -
XYZ 22.45 20.56 8.1 -
YUV 124.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 164 115 67 0 0.30 0.59 0.36 29.69 0.42 0.45
Hex A4 73 43 0 1E 3B 24 1E 2A 2D
Octal 244 163 103 0 36 73 44 36 52 55
Binary 10100100 1110011 1000011 0 11110 111011 100100 11110 101010 101101

Color Harmonies of #A47343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47343

Black with #A47343

Text Example


Text Example

White with #A47343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47343; }

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

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

background-color css

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

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

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

border-color css

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

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

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