Html Css Color HEX #A77241 Bourbon

📋 copy color: '#A77241'

red 167 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #A77241

Tints of Bourbon #A77241

RGB

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

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

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

R = 48.27%
G = 32.95%
B = 18.79%

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

#A77241 (or 0xA77241) is known color: Bourbon. HEX triplet: A7, 72 and 41. RGB value is (167,114,65). Sum of RGB (Red+Green+Blue) = 167+114+65=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A77241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77241 is #588DBE. Grayscale: #7C7C7C. Windows color (decimal): -5803455 or 4289191. OLE color: 4289191.

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

Color convert

RGB 167 114 65 -
CMYK 0 0.32 0.61 0.35
HSL 28.82º 0.44% 0.45% -
HSV(B) 28.82º 0.61% 0.65% -
XYZ 22.91 20.63 7.78 -
YUV 124.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 167 114 65 0 0.32 0.61 0.35 28.82 0.44 0.45
Hex A7 72 41 0 20 3D 23 1D 2C 2D
Octal 247 162 101 0 40 75 43 35 54 55
Binary 10100111 1110010 1000001 0 100000 111101 100011 11101 101100 101101

Color Harmonies of #A77241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77241

Black with #A77241

Text Example


Text Example

White with #A77241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77241; }

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

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

background-color css

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

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

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

border-color css

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

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

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