#94733F

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

Shades of Buttered Rum #94733F

Tints of Buttered Rum #94733F

Color information

#94733F (or 0x94733F) is unknown color: approx Buttered Rum. HEX triplet: 94, 73 and 3F. RGB value is (148,115,63). Sum of RGB (Red+Green+Blue) = 148+115+63=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94733F is #6B8CC0. Grayscale: #777777. Windows color (decimal): -7048385 or 4158356. OLE color: 4158356.

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

Color convert

RGB14811563-
CMYK00.220.570.42
HSL36.71º40.28%41.37%-
HSV(B)36.71º57.43%58.04%-
XYZ19.2418.927.34-
YUV118.9496.43148.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 63 (25% from 255) = 19.33%
R=45.40%
G=35.28%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481156300.220.570.4236.7140.2841.37
Hex94733F016392A252829
Octal224163770267152455051
Binary100101001110011111111010110111001101010100101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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