Html Css Color HEX #A77540 Bourbon

📋 copy color: '#A77540'

red 167 ◦ green 117 ◦ blue 64

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

Shades of Bourbon #A77540

Tints of Bourbon #A77540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 47.99%
G = 33.62%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A77540 (or 0xA77540) is known color: Bourbon. HEX triplet: A7, 75 and 40. RGB value is (167,117,64). Sum of RGB (Red+Green+Blue) = 167+117+64=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A77540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77540 is #588ABF. Grayscale: #7E7E7E. Windows color (decimal): -5802688 or 4224423. OLE color: 4224423.

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

Color convert

RGB 167 117 64 -
CMYK 0 0.30 0.62 0.35
HSL 30.87º 0.45% 0.45% -
HSV(B) 30.87º 0.62% 0.65% -
XYZ 23.22 21.31 7.74 -
YUV 125.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 167 117 64 0 0.30 0.62 0.35 30.87 0.45 0.45
Hex A7 75 40 0 1E 3E 23 1F 2D 2D
Octal 247 165 100 0 36 76 43 37 55 55
Binary 10100111 1110101 1000000 0 11110 111110 100011 11111 101101 101101

Color Harmonies of #A77540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77540

Black with #A77540

Text Example


Text Example

White with #A77540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77540; }

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

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

background-color css

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

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

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

border-color css

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

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

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