#94753A

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

Shades of Buttered Rum #94753A

Tints of Buttered Rum #94753A

Color information

#94753A (or 0x94753A) is unknown color: approx Buttered Rum. HEX triplet: 94, 75 and 3A. RGB value is (148,117,58). Sum of RGB (Red+Green+Blue) = 148+117+58=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94753A is #6B8AC5. Grayscale: #777777. Windows color (decimal): -7047878 or 3831188. OLE color: 3831188.

HSL color Cylindrical-coordinate representation of color #94753A: hue angle of 39.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94753A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14811758-
CMYK00.210.610.42
HSL39.33º43.69%40.39%-
HSV(B)39.33º60.81%58.04%-
XYZ19.3419.326.71-
YUV119.5493.27148.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=45.82%
G=36.22%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481175800.210.610.4239.3343.6940.39
Hex94753A0153D2A272c28
Octal224165720257552475450
Binary100101001110101111010010101111101101010100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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