#94783A

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

Shades of Buttered Rum #94783A

Tints of Buttered Rum #94783A

Color information

#94783A (or 0x94783A) is unknown color: approx Buttered Rum. HEX triplet: 94, 78 and 3A. RGB value is (148,120,58). Sum of RGB (Red+Green+Blue) = 148+120+58=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94783A is #6B87C5. Grayscale: #797979. Windows color (decimal): -7047110 or 3831956. OLE color: 3831956.

HSL color Cylindrical-coordinate representation of color #94783A: hue angle of 41.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 #94783A is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14812058-
CMYK00.190.610.42
HSL41.33º43.69%40.39%-
HSV(B)41.33º60.81%58.04%-
XYZ19.6920.036.83-
YUV121.392.28147.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=45.40%
G=36.81%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481205800.190.610.4241.3343.6940.39
Hex94783A0133D2A292c28
Octal224170720237552515450
Binary100101001111000111010010011111101101010101001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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