#94793F

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

Shades of Buttered Rum #94793F

Tints of Buttered Rum #94793F

Color information

#94793F (or 0x94793F) is unknown color: approx Buttered Rum. HEX triplet: 94, 79 and 3F. RGB value is (148,121,63). Sum of RGB (Red+Green+Blue) = 148+121+63=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #94793F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94793F is #6B86C0. Grayscale: #7A7A7A. Windows color (decimal): -7046849 or 4159892. OLE color: 4159892.

HSL color Cylindrical-coordinate representation of color #94793F: hue angle of 40.94º 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 #94793F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14812163-
CMYK00.180.570.42
HSL40.94º40.28%41.37%-
HSV(B)40.94º57.43%58.04%-
XYZ19.9520.337.58-
YUV122.4694.45146.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 63 (25% from 255) = 18.98%
R=44.58%
G=36.45%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481216300.180.570.4240.9440.2841.37
Hex94793F012392A292829
Octal224171770227152515051
Binary100101001111001111111010010111001101010101001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94793F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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