#94703C

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

Shades of Buttered Rum #94703C

Tints of Buttered Rum #94703C

Color information

#94703C (or 0x94703C) is unknown color: approx Buttered Rum. HEX triplet: 94, 70 and 3C. RGB value is (148,112,60). Sum of RGB (Red+Green+Blue) = 148+112+60=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94703C is #6B8FC3. Grayscale: #757575. Windows color (decimal): -7049156 or 3960980. OLE color: 3960980.

HSL color Cylindrical-coordinate representation of color #94703C: hue angle of 35.45º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94703C is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14811260-
CMYK00.240.590.42
HSL35.45º42.31%40.78%-
HSV(B)35.45º59.46%58.04%-
XYZ18.8218.216.8-
YUV116.8495.93150.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=46.25%
G=35%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481126000.240.590.4235.4542.3140.78
Hex94703C0183B2A232a29
Octal224160740307352435251
Binary100101001110000111100011000111011101010100011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94703C; }

 p { color: rgb(148,112,60); }

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

<style>
 a { background-color: #94703C; }

 a { background-color: rgb(148,112,60); }

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

<style>
 span { border-color: #94703C; }

 span { border-color: rgb(148,112,60); }

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