#94773F

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

Shades of Buttered Rum #94773F

Tints of Buttered Rum #94773F

Color information

#94773F (or 0x94773F) is unknown color: approx Buttered Rum. HEX triplet: 94, 77 and 3F. RGB value is (148,119,63). Sum of RGB (Red+Green+Blue) = 148+119+63=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94773F is #6B88C0. Grayscale: #797979. Windows color (decimal): -7047361 or 4159380. OLE color: 4159380.

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

Color convert

RGB14811963-
CMYK00.200.570.42
HSL39.53º40.28%41.37%-
HSV(B)39.53º57.43%58.04%-
XYZ19.7119.857.5-
YUV121.2995.11147.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 63 (25% from 255) = 19.09%
R=44.85%
G=36.06%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481196300.200.570.4239.5340.2841.37
Hex94773F014392A282829
Octal224167770247152505051
Binary100101001110111111111010100111001101010101000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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