Html Css Color HEX #A76740 Bourbon

📋 copy color: '#A76740'

red 167 ◦ green 103 ◦ blue 64

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

Shades of Bourbon #A76740

Tints of Bourbon #A76740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 50%
G = 30.84%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A76740 (or 0xA76740) is known color: Bourbon. HEX triplet: A7, 67 and 40. RGB value is (167,103,64). Sum of RGB (Red+Green+Blue) = 167+103+64=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A76740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76740 is #5898BF. Grayscale: #757575. Windows color (decimal): -5806272 or 4220839. OLE color: 4220839.

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

Color convert

RGB 167 103 64 -
CMYK 0 0.38 0.62 0.35
HSL 22.72º 0.45% 0.45% -
HSV(B) 22.72º 0.62% 0.65% -
XYZ 21.71 18.29 7.24 -
YUV 117.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 167 103 64 0 0.38 0.62 0.35 22.72 0.45 0.45
Hex A7 67 40 0 26 3E 23 17 2D 2D
Octal 247 147 100 0 46 76 43 27 55 55
Binary 10100111 1100111 1000000 0 100110 111110 100011 10111 101101 101101

Color Harmonies of #A76740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76740

Black with #A76740

Text Example


Text Example

White with #A76740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76740; }

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

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

background-color css

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

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

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

border-color css

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

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

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