#947536

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

Shades of Buttered Rum #947536

Tints of Buttered Rum #947536

Color information

#947536 (or 0x947536) is unknown color: approx Buttered Rum. HEX triplet: 94, 75 and 36. RGB value is (148,117,54). Sum of RGB (Red+Green+Blue) = 148+117+54=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #947536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947536 is #6B8AC9. Grayscale: #777777. Windows color (decimal): -7047882 or 3569044. OLE color: 3569044.

HSL color Cylindrical-coordinate representation of color #947536: hue angle of 40.21º 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 #947536 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14811754-
CMYK00.210.640.42
HSL40.21º46.53%39.61%-
HSV(B)40.21º63.51%58.04%-
XYZ19.2419.286.2-
YUV119.0991.27148.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 54 (21.48% from 255) = 16.93%
R=46.39%
G=36.68%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481175400.210.640.4240.2146.5339.61
Hex947536015402A282f28
Octal2241656602510052505750
Binary1001010011101011101100101011000000101010101000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947536; }

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

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

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

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

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

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

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

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