#946E32

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

Shades of Buttered Rum #946E32

Tints of Buttered Rum #946E32

Color information

#946E32 (or 0x946E32) is unknown color: approx Buttered Rum. HEX triplet: 94, 6E and 32. RGB value is (148,110,50). Sum of RGB (Red+Green+Blue) = 148+110+50=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #946E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E32 is #6B91CD. Grayscale: #727272. Windows color (decimal): -7049678 or 3305108. OLE color: 3305108.

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

Color convert

RGB14811050-
CMYK00.260.660.42
HSL36.73º49.49%38.82%-
HSV(B)36.73º66.22%58.04%-
XYZ18.3617.685.46-
YUV114.5291.59151.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 50 (19.92% from 255) = 16.23%
R=48.05%
G=35.71%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481105000.260.660.4236.7349.4938.82
Hex946E3201A422A253127
Octal2241566203210252456147
Binary1001010011011101100100110101000010101010100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,110,50); }

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

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

 a { background-color: rgb(148,110,50); }

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

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

 span { border-color: rgb(148,110,50); }

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