Html Css Color HEX #A77345 Bourbon

📋 copy color: '#A77345'

red 167 ◦ green 115 ◦ blue 69

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

Shades of Bourbon #A77345

Tints of Bourbon #A77345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 47.58%
G = 32.76%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A77345 (or 0xA77345) is known color: Bourbon. HEX triplet: A7, 73 and 45. RGB value is (167,115,69). Sum of RGB (Red+Green+Blue) = 167+115+69=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A77345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77345 is #588CBA. Grayscale: #7D7D7D. Windows color (decimal): -5803195 or 4551591. OLE color: 4551591.

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

Color convert

RGB 167 115 69 -
CMYK 0 0.31 0.59 0.35
HSL 28.16º 0.42% 0.46% -
HSV(B) 28.16º 0.59% 0.65% -
XYZ 23.14 20.91 8.45 -
YUV 125.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 167 115 69 0 0.31 0.59 0.35 28.16 0.42 0.46
Hex A7 73 45 0 1F 3B 23 1C 2A 2E
Octal 247 163 105 0 37 73 43 34 52 56
Binary 10100111 1110011 1000101 0 11111 111011 100011 11100 101010 101110

Color Harmonies of #A77345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77345

Black with #A77345

Text Example


Text Example

White with #A77345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77345; }

 p { color: rgb(167,115,69); }

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

background-color css

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

 a { background-color: rgb(167,115,69); }

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

border-color css

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

 span { border-color: rgb(167,115,69); }

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