Html Css Color HEX #A37136 Buttered Rum

📋 copy color: '#A37136'

red 163 ◦ green 113 ◦ blue 54

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

Shades of Buttered Rum #A37136

Tints of Buttered Rum #A37136

RGB

 RED value IS 163 (64.06% from 255) = 49.39%

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

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 49.39%
G = 34.24%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A37136 (or 0xA37136) is known color: Buttered Rum. HEX triplet: A3, 71 and 36. RGB value is (163,113,54). Sum of RGB (Red+Green+Blue) = 163+113+54=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A37136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37136 is #5C8EC9. Grayscale: #797979. Windows color (decimal): -6065866 or 3568035. OLE color: 3568035.

HSL color Cylindrical-coordinate representation of color #A37136: hue angle of 32.48º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A37136 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 113 54 -
CMYK 0 0.31 0.67 0.36
HSL 32.48º 0.5% 0.43% -
HSV(B) 32.48º 0.67% 0.64% -
XYZ 21.68 19.86 6.18 -
YUV 121.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 163 113 54 0 0.31 0.67 0.36 32.48 0.5 0.43
Hex A3 71 36 0 1F 43 24 20 32 2B
Octal 243 161 66 0 37 103 44 40 62 53
Binary 10100011 1110001 110110 0 11111 1000011 100100 100000 110010 101011

Color Harmonies of #A37136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37136

Black with #A37136

Text Example


Text Example

White with #A37136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37136; }

 p { color: rgb(163,113,54); }

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

background-color css

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

 a { background-color: rgb(163,113,54); }

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

border-color css

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

 span { border-color: rgb(163,113,54); }

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