Html Css Color HEX #A37132 Buttered Rum

📋 copy color: '#A37132'

red 163 ◦ green 113 ◦ blue 50

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

Shades of Buttered Rum #A37132

Tints of Buttered Rum #A37132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 50%
G = 34.66%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A37132 (or 0xA37132) is known color: Buttered Rum. HEX triplet: A3, 71 and 32. RGB value is (163,113,50). Sum of RGB (Red+Green+Blue) = 163+113+50=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A37132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37132 is #5C8ECD. Grayscale: #797979. Windows color (decimal): -6065870 or 3305891. OLE color: 3305891.

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

Color convert

RGB 163 113 50 -
CMYK 0 0.31 0.69 0.36
HSL 33.45º 0.53% 0.42% -
HSV(B) 33.45º 0.69% 0.64% -
XYZ 21.59 19.83 5.71 -
YUV 120.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 163 113 50 0 0.31 0.69 0.36 33.45 0.53 0.42
Hex A3 71 32 0 1F 45 24 21 35 2A
Octal 243 161 62 0 37 105 44 41 65 52
Binary 10100011 1110001 110010 0 11111 1000101 100100 100001 110101 101010

Color Harmonies of #A37132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37132

Black with #A37132

Text Example


Text Example

White with #A37132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37132; }

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

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

background-color css

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

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

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

border-color css

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

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

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