Html Css Color HEX #A57341 Bourbon

📋 copy color: '#A57341'

red 165 ◦ green 115 ◦ blue 65

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

Shades of Bourbon #A57341

Tints of Bourbon #A57341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

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

R = 47.83%
G = 33.33%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A57341 (or 0xA57341) is known color: Bourbon. HEX triplet: A5, 73 and 41. RGB value is (165,115,65). Sum of RGB (Red+Green+Blue) = 165+115+65=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A57341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57341 is #5A8CBE. Grayscale: #7C7C7C. Windows color (decimal): -5934271 or 4289445. OLE color: 4289445.

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

Color convert

RGB 165 115 65 -
CMYK 0 0.30 0.61 0.35
HSL 30º 0.43% 0.45% -
HSV(B) 30º 0.61% 0.65% -
XYZ 22.6 20.64 7.79 -
YUV 124.25 94.57 157.07 -
System Red Green Blue C M Y K H S L
Decimal 165 115 65 0 0.30 0.61 0.35 30 0.43 0.45
Hex A5 73 41 0 1E 3D 23 1E 2B 2D
Octal 245 163 101 0 36 75 43 36 53 55
Binary 10100101 1110011 1000001 0 11110 111101 100011 11110 101011 101101

Color Harmonies of #A57341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57341

Black with #A57341

Text Example


Text Example

White with #A57341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57341; }

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

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

background-color css

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

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

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

border-color css

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

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

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