Html Css Color HEX #A57545 Bourbon

📋 copy color: '#A57545'

red 165 ◦ green 117 ◦ blue 69

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

Shades of Bourbon #A57545

Tints of Bourbon #A57545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 47.01%
G = 33.33%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A57545 (or 0xA57545) is known color: Bourbon. HEX triplet: A5, 75 and 45. RGB value is (165,117,69). Sum of RGB (Red+Green+Blue) = 165+117+69=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A57545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57545 is #5A8ABA. Grayscale: #7E7E7E. Windows color (decimal): -5933755 or 4552101. OLE color: 4552101.

HSL color Cylindrical-coordinate representation of color #A57545: hue angle of 30º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A57545 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 69 -
CMYK 0 0.29 0.58 0.35
HSL 30º 0.41% 0.46% -
HSV(B) 30º 0.58% 0.65% -
XYZ 22.95 21.15 8.5 -
YUV 125.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 165 117 69 0 0.29 0.58 0.35 30 0.41 0.46
Hex A5 75 45 0 1D 3A 23 1E 29 2E
Octal 245 165 105 0 35 72 43 36 51 56
Binary 10100101 1110101 1000101 0 11101 111010 100011 11110 101001 101110

Color Harmonies of #A57545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57545

Black with #A57545

Text Example


Text Example

White with #A57545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57545; }

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

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

background-color css

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

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

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

border-color css

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

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

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