Html Css Color HEX #A37231 Buttered Rum

📋 copy color: '#A37231'

red 163 ◦ green 114 ◦ blue 49

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

Shades of Buttered Rum #A37231

Tints of Buttered Rum #A37231

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 50%
G = 34.97%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A37231 (or 0xA37231) is known color: Buttered Rum. HEX triplet: A3, 72 and 31. RGB value is (163,114,49). Sum of RGB (Red+Green+Blue) = 163+114+49=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A37231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37231 is #5C8DCE. Grayscale: #797979. Windows color (decimal): -6065615 or 3240611. OLE color: 3240611.

HSL color Cylindrical-coordinate representation of color #A37231: hue angle of 34.21º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A37231 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 114 49 -
CMYK 0 0.30 0.70 0.36
HSL 34.21º 0.54% 0.42% -
HSV(B) 34.21º 0.7% 0.64% -
XYZ 21.68 20.04 5.63 -
YUV 121.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 163 114 49 0 0.30 0.70 0.36 34.21 0.54 0.42
Hex A3 72 31 0 1E 46 24 22 36 2A
Octal 243 162 61 0 36 106 44 42 66 52
Binary 10100011 1110010 110001 0 11110 1000110 100100 100010 110110 101010

Color Harmonies of #A37231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37231

Black with #A37231

Text Example


Text Example

White with #A37231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37231; }

 p { color: rgb(163,114,49); }

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

background-color css

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

 a { background-color: rgb(163,114,49); }

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

border-color css

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

 span { border-color: rgb(163,114,49); }

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