Html Css Color HEX #A57139 Buttered Rum

📋 copy color: '#A57139'

red 165 ◦ green 113 ◦ blue 57

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

Shades of Buttered Rum #A57139

Tints of Buttered Rum #A57139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 49.25%
G = 33.73%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A57139 (or 0xA57139) is known color: Buttered Rum. HEX triplet: A5, 71 and 39. RGB value is (165,113,57). Sum of RGB (Red+Green+Blue) = 165+113+57=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A57139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57139 is #5A8EC6. Grayscale: #7A7A7A. Windows color (decimal): -5934791 or 3764645. OLE color: 3764645.

HSL color Cylindrical-coordinate representation of color #A57139: hue angle of 31.11º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A57139 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 57 -
CMYK 0 0.32 0.65 0.35
HSL 31.11º 0.49% 0.44% -
HSV(B) 31.11º 0.65% 0.65% -
XYZ 22.16 20.11 6.58 -
YUV 122.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 165 113 57 0 0.32 0.65 0.35 31.11 0.49 0.44
Hex A5 71 39 0 20 41 23 1F 31 2C
Octal 245 161 71 0 40 101 43 37 61 54
Binary 10100101 1110001 111001 0 100000 1000001 100011 11111 110001 101100

Color Harmonies of #A57139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57139

Black with #A57139

Text Example


Text Example

White with #A57139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57139; }

 p { color: rgb(165,113,57); }

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

background-color css

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

 a { background-color: rgb(165,113,57); }

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

border-color css

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

 span { border-color: rgb(165,113,57); }

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