#946D30

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

Shades of Buttered Rum #946D30

Tints of Buttered Rum #946D30

Color information

#946D30 (or 0x946D30) is unknown color: approx Buttered Rum. HEX triplet: 94, 6D and 30. RGB value is (148,109,48). Sum of RGB (Red+Green+Blue) = 148+109+48=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #946D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D30 is #6B92CF. Grayscale: #717171. Windows color (decimal): -7049936 or 3173780. OLE color: 3173780.

HSL color Cylindrical-coordinate representation of color #946D30: hue angle of 36.6º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #946D30 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14810948-
CMYK00.260.680.42
HSL36.6º51.02%38.43%-
HSV(B)36.6º67.57%58.04%-
XYZ18.2117.455.2-
YUV113.7190.92152.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=48.52%
G=35.74%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481094800.260.680.4236.651.0238.43
Hex946D3001A442A253326
Octal2241556003210452456346
Binary1001010011011011100000110101000100101010100101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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