Html Css Color HEX #A77242 Bourbon

📋 copy color: '#A77242'

red 167 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #A77242

Tints of Bourbon #A77242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 48.13%
G = 32.85%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A77242 (or 0xA77242) is known color: Bourbon. HEX triplet: A7, 72 and 42. RGB value is (167,114,66). Sum of RGB (Red+Green+Blue) = 167+114+66=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A77242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77242 is #588DBD. Grayscale: #7C7C7C. Windows color (decimal): -5803454 or 4354727. OLE color: 4354727.

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

Color convert

RGB 167 114 66 -
CMYK 0 0.32 0.60 0.35
HSL 28.51º 0.43% 0.46% -
HSV(B) 28.51º 0.6% 0.65% -
XYZ 22.94 20.64 7.93 -
YUV 124.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 167 114 66 0 0.32 0.60 0.35 28.51 0.43 0.46
Hex A7 72 42 0 20 3C 23 1D 2B 2E
Octal 247 162 102 0 40 74 43 35 53 56
Binary 10100111 1110010 1000010 0 100000 111100 100011 11101 101011 101110

Color Harmonies of #A77242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77242

Black with #A77242

Text Example


Text Example

White with #A77242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77242; }

 p { color: rgb(167,114,66); }

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

background-color css

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

 a { background-color: rgb(167,114,66); }

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

border-color css

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

 span { border-color: rgb(167,114,66); }

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