Html Css Color HEX #A77041 Bourbon

📋 copy color: '#A77041'

red 167 ◦ green 112 ◦ blue 65

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

Shades of Bourbon #A77041

Tints of Bourbon #A77041

RGB

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

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

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

R = 48.55%
G = 32.56%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A77041 (or 0xA77041) is known color: Bourbon. HEX triplet: A7, 70 and 41. RGB value is (167,112,65). Sum of RGB (Red+Green+Blue) = 167+112+65=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A77041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77041 is #588FBE. Grayscale: #7B7B7B. Windows color (decimal): -5803967 or 4288679. OLE color: 4288679.

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

Color convert

RGB 167 112 65 -
CMYK 0 0.33 0.61 0.35
HSL 27.65º 0.44% 0.45% -
HSV(B) 27.65º 0.61% 0.65% -
XYZ 22.68 20.19 7.7 -
YUV 123.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 167 112 65 0 0.33 0.61 0.35 27.65 0.44 0.45
Hex A7 70 41 0 21 3D 23 1C 2C 2D
Octal 247 160 101 0 41 75 43 34 54 55
Binary 10100111 1110000 1000001 0 100001 111101 100011 11100 101100 101101

Color Harmonies of #A77041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77041

Black with #A77041

Text Example


Text Example

White with #A77041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77041; }

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

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

background-color css

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

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

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

border-color css

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

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

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