Html Css Color HEX #A77441 Bourbon

📋 copy color: '#A77441'

red 167 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #A77441

Tints of Bourbon #A77441

RGB

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

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

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

R = 47.99%
G = 33.33%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A77441 (or 0xA77441) is known color: Bourbon. HEX triplet: A7, 74 and 41. RGB value is (167,116,65). Sum of RGB (Red+Green+Blue) = 167+116+65=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A77441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77441 is #588BBE. Grayscale: #7D7D7D. Windows color (decimal): -5802943 or 4289703. OLE color: 4289703.

HSL color Cylindrical-coordinate representation of color #A77441: hue angle of 30º 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 #A77441 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 116 65 -
CMYK 0 0.31 0.61 0.35
HSL 30º 0.44% 0.45% -
HSV(B) 30º 0.61% 0.65% -
XYZ 23.14 21.09 7.85 -
YUV 125.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 167 116 65 0 0.31 0.61 0.35 30 0.44 0.45
Hex A7 74 41 0 1F 3D 23 1E 2C 2D
Octal 247 164 101 0 37 75 43 36 54 55
Binary 10100111 1110100 1000001 0 11111 111101 100011 11110 101100 101101

Color Harmonies of #A77441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77441

Black with #A77441

Text Example


Text Example

White with #A77441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77441; }

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

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

background-color css

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

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

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

border-color css

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

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

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