Html Css Color HEX #A57540 Bourbon

📋 copy color: '#A57540'

red 165 ◦ green 117 ◦ blue 64

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

Shades of Bourbon #A57540

Tints of Bourbon #A57540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 47.69%
G = 33.82%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A57540 (or 0xA57540) is known color: Bourbon. HEX triplet: A5, 75 and 40. RGB value is (165,117,64). Sum of RGB (Red+Green+Blue) = 165+117+64=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A57540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57540 is #5A8ABF. Grayscale: #7D7D7D. Windows color (decimal): -5933760 or 4224421. OLE color: 4224421.

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

Color convert

RGB 165 117 64 -
CMYK 0 0.29 0.61 0.35
HSL 31.49º 0.44% 0.45% -
HSV(B) 31.49º 0.61% 0.65% -
XYZ 22.8 21.09 7.72 -
YUV 125.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 165 117 64 0 0.29 0.61 0.35 31.49 0.44 0.45
Hex A5 75 40 0 1D 3D 23 1F 2C 2D
Octal 245 165 100 0 35 75 43 37 54 55
Binary 10100101 1110101 1000000 0 11101 111101 100011 11111 101100 101101

Color Harmonies of #A57540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57540

Black with #A57540

Text Example


Text Example

White with #A57540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57540; }

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

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

background-color css

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

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

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

border-color css

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

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

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