Html Css Color HEX #A47544 Bourbon

📋 copy color: '#A47544'

red 164 ◦ green 117 ◦ blue 68

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

Shades of Bourbon #A47544

Tints of Bourbon #A47544

RGB

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

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

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

R = 46.99%
G = 33.52%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A47544 (or 0xA47544) is known color: Bourbon. HEX triplet: A4, 75 and 44. RGB value is (164,117,68). Sum of RGB (Red+Green+Blue) = 164+117+68=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A47544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47544 is #5B8ABB. Grayscale: #7D7D7D. Windows color (decimal): -5999292 or 4486564. OLE color: 4486564.

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

Color convert

RGB 164 117 68 -
CMYK 0 0.29 0.59 0.36
HSL 30.63º 0.41% 0.45% -
HSV(B) 30.63º 0.59% 0.64% -
XYZ 22.71 21.03 8.33 -
YUV 125.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 164 117 68 0 0.29 0.59 0.36 30.63 0.41 0.45
Hex A4 75 44 0 1D 3B 24 1F 29 2D
Octal 244 165 104 0 35 73 44 37 51 55
Binary 10100100 1110101 1000100 0 11101 111011 100100 11111 101001 101101

Color Harmonies of #A47544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47544

Black with #A47544

Text Example


Text Example

White with #A47544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47544; }

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

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

background-color css

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

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

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

border-color css

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

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

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