#94753C

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

Shades of Buttered Rum #94753C

Tints of Buttered Rum #94753C

Color information

#94753C (or 0x94753C) is unknown color: approx Buttered Rum. HEX triplet: 94, 75 and 3C. RGB value is (148,117,60). Sum of RGB (Red+Green+Blue) = 148+117+60=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94753C is #6B8AC3. Grayscale: #787878. Windows color (decimal): -7047876 or 3962260. OLE color: 3962260.

HSL color Cylindrical-coordinate representation of color #94753C: hue angle of 38.86º 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 #94753C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14811760-
CMYK00.210.590.42
HSL38.86º42.31%40.78%-
HSV(B)38.86º59.46%58.04%-
XYZ19.3919.346.99-
YUV119.7794.27148.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=45.54%
G=36%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481176000.210.590.4238.8642.3140.78
Hex94753C0153B2A272a29
Octal224165740257352475251
Binary100101001110101111100010101111011101010100111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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