#947036

Color #947036 Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #947036

Tints of Buttered Rum #947036

Color information

#947036 (or 0x947036) is unknown color: approx Buttered Rum. HEX triplet: 94, 70 and 36. RGB value is (148,112,54). Sum of RGB (Red+Green+Blue) = 148+112+54=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #947036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947036 is #6B8FC9. Grayscale: #747474. Windows color (decimal): -7049162 or 3567764. OLE color: 3567764.

HSL color Cylindrical-coordinate representation of color #947036: hue angle of 37.02º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #947036 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14811254-
CMYK00.240.640.42
HSL37.02º46.53%39.61%-
HSV(B)37.02º63.51%58.04%-
XYZ18.6718.156.01-
YUV116.1592.93150.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=47.13%
G=35.67%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481125400.240.640.4237.0246.5339.61
Hex947036018402A252f28
Octal2241606603010052455750
Binary1001010011100001101100110001000000101010100101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947036; }

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

 H1.HeaderClassName
 {
   color: #947036;
 }
 .AnyTagClassName
 {
   color: #947036;
 }
</style>
background-color css

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

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

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

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

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

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