#94783B

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

Shades of Buttered Rum #94783B

Tints of Buttered Rum #94783B

Color information

#94783B (or 0x94783B) is unknown color: approx Buttered Rum. HEX triplet: 94, 78 and 3B. RGB value is (148,120,59). Sum of RGB (Red+Green+Blue) = 148+120+59=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94783B is #6B87C4. Grayscale: #797979. Windows color (decimal): -7047109 or 3897492. OLE color: 3897492.

HSL color Cylindrical-coordinate representation of color #94783B: hue angle of 41.12º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94783B is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14812059-
CMYK00.190.600.42
HSL41.12º43%40.59%-
HSV(B)41.12º60.14%58.04%-
XYZ19.7220.046.97-
YUV121.4292.78146.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 59 (23.44% from 255) = 18.04%
R=45.26%
G=36.70%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481205900.190.600.4241.124340.59
Hex94783B0133C2A292b29
Octal224170730237452515351
Binary100101001111000111011010011111100101010101001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94783B; }

 p { color: rgb(148,120,59); }

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

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

 a { background-color: rgb(148,120,59); }

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

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

 span { border-color: rgb(148,120,59); }

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