Html Css Color HEX #A77040 Bourbon

📋 copy color: '#A77040'

red 167 ◦ green 112 ◦ blue 64

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

Shades of Bourbon #A77040

Tints of Bourbon #A77040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 48.69%
G = 32.65%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A77040 (or 0xA77040) is known color: Bourbon. HEX triplet: A7, 70 and 40. RGB value is (167,112,64). Sum of RGB (Red+Green+Blue) = 167+112+64=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A77040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77040 is #588FBF. Grayscale: #7B7B7B. Windows color (decimal): -5803968 or 4223143. OLE color: 4223143.

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

Color convert

RGB 167 112 64 -
CMYK 0 0.33 0.62 0.35
HSL 27.96º 0.45% 0.45% -
HSV(B) 27.96º 0.62% 0.65% -
XYZ 22.66 20.17 7.55 -
YUV 122.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 167 112 64 0 0.33 0.62 0.35 27.96 0.45 0.45
Hex A7 70 40 0 21 3E 23 1C 2D 2D
Octal 247 160 100 0 41 76 43 34 55 55
Binary 10100111 1110000 1000000 0 100001 111110 100011 11100 101101 101101

Color Harmonies of #A77040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77040

Black with #A77040

Text Example


Text Example

White with #A77040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77040; }

 p { color: rgb(167,112,64); }

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

background-color css

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

 a { background-color: rgb(167,112,64); }

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

border-color css

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

 span { border-color: rgb(167,112,64); }

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