#947338

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

Shades of Buttered Rum #947338

Tints of Buttered Rum #947338

Color information

#947338 (or 0x947338) is unknown color: approx Buttered Rum. HEX triplet: 94, 73 and 38. RGB value is (148,115,56). Sum of RGB (Red+Green+Blue) = 148+115+56=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #947338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947338 is #6B8CC7. Grayscale: #767676. Windows color (decimal): -7048392 or 3699604. OLE color: 3699604.

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

Color convert

RGB14811556-
CMYK00.220.620.42
HSL38.48º45.1%40%-
HSV(B)38.48º62.16%58.04%-
XYZ19.0618.846.37-
YUV118.1492.93149.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=46.39%
G=36.05%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481155600.220.620.4238.4845.140
Hex9473380163E2A262d28
Octal224163700267652465550
Binary100101001110011111000010110111110101010100110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947338; }

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

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

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

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

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

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

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

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