#947133

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

Shades of Buttered Rum #947133

Tints of Buttered Rum #947133

Color information

#947133 (or 0x947133) is unknown color: approx Buttered Rum. HEX triplet: 94, 71 and 33. RGB value is (148,113,51). Sum of RGB (Red+Green+Blue) = 148+113+51=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #947133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947133 is #6B8ECC. Grayscale: #747474. Windows color (decimal): -7048909 or 3371412. OLE color: 3371412.

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

Color convert

RGB14811351-
CMYK00.240.660.42
HSL38.35º48.74%39.02%-
HSV(B)38.35º65.54%58.04%-
XYZ18.7218.355.69-
YUV116.491.1150.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=47.44%
G=36.22%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481135100.240.660.4238.3548.7439.02
Hex947133018422A263127
Octal2241616303010252466147
Binary1001010011100011100110110001000010101010100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947133; }

 p { color: rgb(148,113,51); }

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

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

 a { background-color: rgb(148,113,51); }

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

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

 span { border-color: rgb(148,113,51); }

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