Html Css Color HEX #A47241 Bourbon

📋 copy color: '#A47241'

red 164 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #A47241

Tints of Bourbon #A47241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 47.81%
G = 33.24%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A47241 (or 0xA47241) is known color: Bourbon. HEX triplet: A4, 72 and 41. RGB value is (164,114,65). Sum of RGB (Red+Green+Blue) = 164+114+65=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A47241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47241 is #5B8DBE. Grayscale: #7B7B7B. Windows color (decimal): -6000063 or 4289188. OLE color: 4289188.

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

Color convert

RGB 164 114 65 -
CMYK 0 0.30 0.60 0.36
HSL 29.7º 0.43% 0.45% -
HSV(B) 29.7º 0.6% 0.64% -
XYZ 22.28 20.31 7.75 -
YUV 123.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 164 114 65 0 0.30 0.60 0.36 29.7 0.43 0.45
Hex A4 72 41 0 1E 3C 24 1E 2B 2D
Octal 244 162 101 0 36 74 44 36 53 55
Binary 10100100 1110010 1000001 0 11110 111100 100100 11110 101011 101101

Color Harmonies of #A47241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47241

Black with #A47241

Text Example


Text Example

White with #A47241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47241; }

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

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

background-color css

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

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

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

border-color css

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

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

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