Html Css Color HEX #A87441 Bourbon

📋 copy color: '#A87441'

red 168 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #A87441

Tints of Bourbon #A87441

RGB

 RED value IS 168 (66.02% from 255) = 48.14%

 GREEN value IS 116 (45.7% from 255) = 33.24%

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

R = 48.14%
G = 33.24%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A87441 (or 0xA87441) is known color: Bourbon. HEX triplet: A8, 74 and 41. RGB value is (168,116,65). Sum of RGB (Red+Green+Blue) = 168+116+65=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 168 - color contains mainly: red. Hex color #A87441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87441 is #578BBE. Grayscale: #7D7D7D. Windows color (decimal): -5737407 or 4289704. OLE color: 4289704.

HSL color Cylindrical-coordinate representation of color #A87441: hue angle of 29.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A87441 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 116 65 -
CMYK 0 0.31 0.61 0.34
HSL 29.71º 0.44% 0.46% -
HSV(B) 29.71º 0.61% 0.66% -
XYZ 23.35 21.2 7.86 -
YUV 125.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 168 116 65 0 0.31 0.61 0.34 29.71 0.44 0.46
Hex A8 74 41 0 1F 3D 22 1E 2C 2E
Octal 250 164 101 0 37 75 42 36 54 56
Binary 10101000 1110100 1000001 0 11111 111101 100010 11110 101100 101110

Color Harmonies of #A87441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87441

Black with #A87441

Text Example


Text Example

White with #A87441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87441; }

 p { color: rgb(168,116,65); }

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

background-color css

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

 a { background-color: rgb(168,116,65); }

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

border-color css

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

 span { border-color: rgb(168,116,65); }

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