Html Css Color HEX #A47344 Bourbon

📋 copy color: '#A47344'

red 164 ◦ green 115 ◦ blue 68

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

Shades of Bourbon #A47344

Tints of Bourbon #A47344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.6%

R = 47.26%
G = 33.14%
B = 19.6%

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

#A47344 (or 0xA47344) is known color: Bourbon. HEX triplet: A4, 73 and 44. RGB value is (164,115,68). Sum of RGB (Red+Green+Blue) = 164+115+68=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A47344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47344 is #5B8CBB. Grayscale: #7C7C7C. Windows color (decimal): -5999804 or 4486052. OLE color: 4486052.

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

Color convert

RGB 164 115 68 -
CMYK 0 0.30 0.59 0.36
HSL 29.38º 0.41% 0.45% -
HSV(B) 29.38º 0.59% 0.64% -
XYZ 22.48 20.57 8.25 -
YUV 124.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 164 115 68 0 0.30 0.59 0.36 29.38 0.41 0.45
Hex A4 73 44 0 1E 3B 24 1D 29 2D
Octal 244 163 104 0 36 73 44 35 51 55
Binary 10100100 1110011 1000100 0 11110 111011 100100 11101 101001 101101

Color Harmonies of #A47344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47344

Black with #A47344

Text Example


Text Example

White with #A47344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47344; }

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

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

background-color css

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

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

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

border-color css

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

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

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