Html Css Color HEX #A37036 Buttered Rum

📋 copy color: '#A37036'

red 163 ◦ green 112 ◦ blue 54

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

Shades of Buttered Rum #A37036

Tints of Buttered Rum #A37036

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

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

R = 49.54%
G = 34.04%
B = 16.41%

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

#A37036 (or 0xA37036) is known color: Buttered Rum. HEX triplet: A3, 70 and 36. RGB value is (163,112,54). Sum of RGB (Red+Green+Blue) = 163+112+54=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A37036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37036 is #5C8FC9. Grayscale: #787878. Windows color (decimal): -6066122 or 3567779. OLE color: 3567779.

HSL color Cylindrical-coordinate representation of color #A37036: hue angle of 31.93º 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 #A37036 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 54 -
CMYK 0 0.31 0.67 0.36
HSL 31.93º 0.5% 0.43% -
HSV(B) 31.93º 0.67% 0.64% -
XYZ 21.56 19.64 6.14 -
YUV 120.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 163 112 54 0 0.31 0.67 0.36 31.93 0.5 0.43
Hex A3 70 36 0 1F 43 24 20 32 2B
Octal 243 160 66 0 37 103 44 40 62 53
Binary 10100011 1110000 110110 0 11111 1000011 100100 100000 110010 101011

Color Harmonies of #A37036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37036

Black with #A37036

Text Example


Text Example

White with #A37036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37036; }

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

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

background-color css

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

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

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

border-color css

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

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

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