Html Css Color HEX #A77249 Bourbon

📋 copy color: '#A77249'

red 167 ◦ green 114 ◦ blue 73

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

Shades of Bourbon #A77249

Tints of Bourbon #A77249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 47.18%
G = 32.2%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A77249 (or 0xA77249) is known color: Bourbon. HEX triplet: A7, 72 and 49. RGB value is (167,114,73). Sum of RGB (Red+Green+Blue) = 167+114+73=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A77249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77249 is #588DB6. Grayscale: #7D7D7D. Windows color (decimal): -5803447 or 4813479. OLE color: 4813479.

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

Color convert

RGB 167 114 73 -
CMYK 0 0.32 0.56 0.35
HSL 26.17º 0.39% 0.47% -
HSV(B) 26.17º 0.56% 0.65% -
XYZ 23.16 20.73 9.08 -
YUV 125.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 167 114 73 0 0.32 0.56 0.35 26.17 0.39 0.47
Hex A7 72 49 0 20 38 23 1A 27 2F
Octal 247 162 111 0 40 70 43 32 47 57
Binary 10100111 1110010 1001001 0 100000 111000 100011 11010 100111 101111

Color Harmonies of #A77249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77249

Black with #A77249

Text Example


Text Example

White with #A77249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77249; }

 p { color: rgb(167,114,73); }

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

background-color css

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

 a { background-color: rgb(167,114,73); }

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

border-color css

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

 span { border-color: rgb(167,114,73); }

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