#94783F

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

Shades of Buttered Rum #94783F

Tints of Buttered Rum #94783F

Color information

#94783F (or 0x94783F) is unknown color: approx Buttered Rum. HEX triplet: 94, 78 and 3F. RGB value is (148,120,63). Sum of RGB (Red+Green+Blue) = 148+120+63=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #94783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94783F is #6B87C0. Grayscale: #7A7A7A. Windows color (decimal): -7047105 or 4159636. OLE color: 4159636.

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

Color convert

RGB14812063-
CMYK00.190.570.42
HSL40.24º40.28%41.37%-
HSV(B)40.24º57.43%58.04%-
XYZ19.8320.097.53-
YUV121.8794.78146.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 63 (25% from 255) = 19.03%
R=44.71%
G=36.25%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481206300.190.570.4240.2440.2841.37
Hex94783F013392A282829
Octal224170770237152505051
Binary100101001111000111111010011111001101010101000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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