#94703B

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

Shades of Buttered Rum #94703B

Tints of Buttered Rum #94703B

Color information

#94703B (or 0x94703B) is unknown color: approx Buttered Rum. HEX triplet: 94, 70 and 3B. RGB value is (148,112,59). Sum of RGB (Red+Green+Blue) = 148+112+59=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #94703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94703B is #6B8FC4. Grayscale: #747474. Windows color (decimal): -7049157 or 3895444. OLE color: 3895444.

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

Color convert

RGB14811259-
CMYK00.240.600.42
HSL35.73º43%40.59%-
HSV(B)35.73º60.14%58.04%-
XYZ18.818.26.66-
YUV116.7295.43150.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 59 (23.44% from 255) = 18.50%
R=46.39%
G=35.11%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481125900.240.600.4235.734340.59
Hex94703B0183C2A242b29
Octal224160730307452445351
Binary100101001110000111011011000111100101010100100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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