#947341

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

Shades of Buttered Rum #947341

Tints of Buttered Rum #947341

Color information

#947341 (or 0x947341) is unknown color: approx Buttered Rum. HEX triplet: 94, 73 and 41. RGB value is (148,115,65). Sum of RGB (Red+Green+Blue) = 148+115+65=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #947341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947341 is #6B8CBE. Grayscale: #777777. Windows color (decimal): -7048383 or 4289428. OLE color: 4289428.

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

Color convert

RGB14811565-
CMYK00.220.560.42
HSL36.14º38.97%41.76%-
HSV(B)36.14º56.08%58.04%-
XYZ19.318.947.64-
YUV119.1797.43148.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=45.12%
G=35.06%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481156500.220.560.4236.1438.9741.76
Hex947341016382A24272a
Octal2241631010267052444752
Binary1001010011100111000001010110111000101010100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947341; }

 p { color: rgb(148,115,65); }

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

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

 a { background-color: rgb(148,115,65); }

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

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

 span { border-color: rgb(148,115,65); }

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