#946D38

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

Shades of Buttered Rum #946D38

Tints of Buttered Rum #946D38

Color information

#946D38 (or 0x946D38) is unknown color: approx Buttered Rum. HEX triplet: 94, 6D and 38. RGB value is (148,109,56). Sum of RGB (Red+Green+Blue) = 148+109+56=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #946D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D38 is #6B92C7. Grayscale: #727272. Windows color (decimal): -7049928 or 3698068. OLE color: 3698068.

HSL color Cylindrical-coordinate representation of color #946D38: hue angle of 34.57º 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 #946D38 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB14810956-
CMYK00.260.620.42
HSL34.57º45.1%40%-
HSV(B)34.57º62.16%58.04%-
XYZ18.417.526.15-
YUV114.6294.92151.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=47.28%
G=34.82%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481095600.260.620.4234.5745.140
Hex946D3801A3E2A232d28
Octal224155700327652435550
Binary100101001101101111000011010111110101010100011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946D38; }

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

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

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

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

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

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

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

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