Html Css Color HEX #A57640 Bourbon

📋 copy color: '#A57640'

red 165 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #A57640

Tints of Bourbon #A57640

RGB

 RED value IS 165 (64.84% from 255) = 47.55%

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 47.55%
G = 34.01%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A57640 (or 0xA57640) is known color: Bourbon. HEX triplet: A5, 76 and 40. RGB value is (165,118,64). Sum of RGB (Red+Green+Blue) = 165+118+64=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A57640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57640 is #5A89BF. Grayscale: #7E7E7E. Windows color (decimal): -5933504 or 4224677. OLE color: 4224677.

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

Color convert

RGB 165 118 64 -
CMYK 0 0.28 0.61 0.35
HSL 32.08º 0.44% 0.45% -
HSV(B) 32.08º 0.61% 0.65% -
XYZ 22.92 21.33 7.76 -
YUV 125.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 165 118 64 0 0.28 0.61 0.35 32.08 0.44 0.45
Hex A5 76 40 0 1C 3D 23 20 2C 2D
Octal 245 166 100 0 34 75 43 40 54 55
Binary 10100101 1110110 1000000 0 11100 111101 100011 100000 101100 101101

Color Harmonies of #A57640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57640

Black with #A57640

Text Example


Text Example

White with #A57640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57640; }

 p { color: rgb(165,118,64); }

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

background-color css

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

 a { background-color: rgb(165,118,64); }

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

border-color css

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

 span { border-color: rgb(165,118,64); }

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