Html Css Color HEX #A57541 Bourbon

📋 copy color: '#A57541'

red 165 ◦ green 117 ◦ blue 65

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

Shades of Bourbon #A57541

Tints of Bourbon #A57541

RGB

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

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

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

R = 47.55%
G = 33.72%
B = 18.73%

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

#A57541 (or 0xA57541) is known color: Bourbon. HEX triplet: A5, 75 and 41. RGB value is (165,117,65). Sum of RGB (Red+Green+Blue) = 165+117+65=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A57541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57541 is #5A8ABE. Grayscale: #7D7D7D. Windows color (decimal): -5933759 or 4289957. OLE color: 4289957.

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

Color convert

RGB 165 117 65 -
CMYK 0 0.29 0.61 0.35
HSL 31.2º 0.43% 0.45% -
HSV(B) 31.2º 0.61% 0.65% -
XYZ 22.83 21.1 7.87 -
YUV 125.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 165 117 65 0 0.29 0.61 0.35 31.2 0.43 0.45
Hex A5 75 41 0 1D 3D 23 1F 2B 2D
Octal 245 165 101 0 35 75 43 37 53 55
Binary 10100101 1110101 1000001 0 11101 111101 100011 11111 101011 101101

Color Harmonies of #A57541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57541

Black with #A57541

Text Example


Text Example

White with #A57541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57541; }

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

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

background-color css

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

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

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

border-color css

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

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

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