Html Css Color HEX #A76B41 Bourbon

📋 copy color: '#A76B41'

red 167 ◦ green 107 ◦ blue 65

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

Shades of Bourbon #A76B41

Tints of Bourbon #A76B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

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

R = 49.26%
G = 31.56%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A76B41 (or 0xA76B41) is known color: Bourbon. HEX triplet: A7, 6B and 41. RGB value is (167,107,65). Sum of RGB (Red+Green+Blue) = 167+107+65=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76B41 is #5894BE. Grayscale: #787878. Windows color (decimal): -5805247 or 4287399. OLE color: 4287399.

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

Color convert

RGB 167 107 65 -
CMYK 0 0.36 0.61 0.35
HSL 24.71º 0.44% 0.45% -
HSV(B) 24.71º 0.61% 0.65% -
XYZ 22.15 19.11 7.52 -
YUV 120.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 167 107 65 0 0.36 0.61 0.35 24.71 0.44 0.45
Hex A7 6B 41 0 24 3D 23 19 2C 2D
Octal 247 153 101 0 44 75 43 31 54 55
Binary 10100111 1101011 1000001 0 100100 111101 100011 11001 101100 101101

Color Harmonies of #A76B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B41

Black with #A76B41

Text Example


Text Example

White with #A76B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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