Html Css Color HEX #A77141 Bourbon

📋 copy color: '#A77141'

red 167 ◦ green 113 ◦ blue 65

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

Shades of Bourbon #A77141

Tints of Bourbon #A77141

RGB

 RED value IS 167 (65.63% from 255) = 48.41%

 GREEN value IS 113 (44.53% from 255) = 32.75%

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

R = 48.41%
G = 32.75%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A77141 (or 0xA77141) is known color: Bourbon. HEX triplet: A7, 71 and 41. RGB value is (167,113,65). Sum of RGB (Red+Green+Blue) = 167+113+65=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A77141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77141 is #588EBE. Grayscale: #7B7B7B. Windows color (decimal): -5803711 or 4288935. OLE color: 4288935.

HSL color Cylindrical-coordinate representation of color #A77141: hue angle of 28.24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A77141 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 113 65 -
CMYK 0 0.32 0.61 0.35
HSL 28.24º 0.44% 0.45% -
HSV(B) 28.24º 0.61% 0.65% -
XYZ 22.8 20.41 7.74 -
YUV 123.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 167 113 65 0 0.32 0.61 0.35 28.24 0.44 0.45
Hex A7 71 41 0 20 3D 23 1C 2C 2D
Octal 247 161 101 0 40 75 43 34 54 55
Binary 10100111 1110001 1000001 0 100000 111101 100011 11100 101100 101101

Color Harmonies of #A77141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77141

Black with #A77141

Text Example


Text Example

White with #A77141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77141; }

 p { color: rgb(167,113,65); }

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

background-color css

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

 a { background-color: rgb(167,113,65); }

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

border-color css

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

 span { border-color: rgb(167,113,65); }

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