#94733E

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

Shades of Buttered Rum #94733E

Tints of Buttered Rum #94733E

Color information

#94733E (or 0x94733E) is unknown color: approx Buttered Rum. HEX triplet: 94, 73 and 3E. RGB value is (148,115,62). Sum of RGB (Red+Green+Blue) = 148+115+62=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94733E is #6B8CC1. Grayscale: #777777. Windows color (decimal): -7048386 or 4092820. OLE color: 4092820.

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

Color convert

RGB14811562-
CMYK00.220.580.42
HSL36.98º40.95%41.18%-
HSV(B)36.98º58.11%58.04%-
XYZ19.2118.917.19-
YUV118.8295.93148.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 62 (24.61% from 255) = 19.08%
R=45.54%
G=35.38%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481156200.220.580.4236.9840.9541.18
Hex94733E0163A2A252929
Octal224163760267252455151
Binary100101001110011111110010110111010101010100101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94733E; }

 p { color: rgb(148,115,62); }

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

<style>
 a { background-color: #94733E; }

 a { background-color: rgb(148,115,62); }

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

<style>
 span { border-color: #94733E; }

 span { border-color: rgb(148,115,62); }

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