Html Css Color HEX #A76D3D Bourbon

📋 copy color: '#A76D3D'

red 167 ◦ green 109 ◦ blue 61

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

Shades of Bourbon #A76D3D

Tints of Bourbon #A76D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.34%

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 49.55%
G = 32.34%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A76D3D (or 0xA76D3D) is known color: Bourbon. HEX triplet: A7, 6D and 3D. RGB value is (167,109,61). Sum of RGB (Red+Green+Blue) = 167+109+61=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D3D is #5892C2. Grayscale: #797979. Windows color (decimal): -5804739 or 4025767. OLE color: 4025767.

HSL color Cylindrical-coordinate representation of color #A76D3D: hue angle of 27.17º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A76D3D is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 109 61 -
CMYK 0 0.35 0.63 0.35
HSL 27.17º 0.46% 0.45% -
HSV(B) 27.17º 0.63% 0.65% -
XYZ 22.25 19.49 7 -
YUV 120.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 167 109 61 0 0.35 0.63 0.35 27.17 0.46 0.45
Hex A7 6D 3D 0 23 3F 23 1B 2E 2D
Octal 247 155 75 0 43 77 43 33 56 55
Binary 10100111 1101101 111101 0 100011 111111 100011 11011 101110 101101

Color Harmonies of #A76D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76D3D

Black with #A76D3D

Text Example


Text Example

White with #A76D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76D3D; }

 p { color: rgb(167,109,61); }

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

background-color css

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

 a { background-color: rgb(167,109,61); }

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

border-color css

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

 span { border-color: rgb(167,109,61); }

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