Html Css Color HEX #A47441 Bourbon

📋 copy color: '#A47441'

red 164 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #A47441

Tints of Bourbon #A47441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 47.54%
G = 33.62%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A47441 (or 0xA47441) is known color: Bourbon. HEX triplet: A4, 74 and 41. RGB value is (164,116,65). Sum of RGB (Red+Green+Blue) = 164+116+65=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A47441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47441 is #5B8BBE. Grayscale: #7C7C7C. Windows color (decimal): -5999551 or 4289700. OLE color: 4289700.

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

Color convert

RGB 164 116 65 -
CMYK 0 0.29 0.60 0.36
HSL 30.91º 0.43% 0.45% -
HSV(B) 30.91º 0.6% 0.64% -
XYZ 22.51 20.76 7.82 -
YUV 124.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 164 116 65 0 0.29 0.60 0.36 30.91 0.43 0.45
Hex A4 74 41 0 1D 3C 24 1F 2B 2D
Octal 244 164 101 0 35 74 44 37 53 55
Binary 10100100 1110100 1000001 0 11101 111100 100100 11111 101011 101101

Color Harmonies of #A47441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47441

Black with #A47441

Text Example


Text Example

White with #A47441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47441; }

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

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

background-color css

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

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

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

border-color css

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

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

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