#947039

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

Shades of Buttered Rum #947039

Tints of Buttered Rum #947039

Color information

#947039 (or 0x947039) is unknown color: approx Buttered Rum. HEX triplet: 94, 70 and 39. RGB value is (148,112,57). Sum of RGB (Red+Green+Blue) = 148+112+57=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #947039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947039 is #6B8FC6. Grayscale: #747474. Windows color (decimal): -7049159 or 3764372. OLE color: 3764372.

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

Color convert

RGB14811257-
CMYK00.240.610.42
HSL36.26º44.39%40.2%-
HSV(B)36.26º61.49%58.04%-
XYZ18.7518.186.39-
YUV116.4994.43150.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 57 (22.66% from 255) = 17.98%
R=46.69%
G=35.33%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481125700.240.610.4236.2644.3940.2
Hex9470390183D2A242c28
Octal224160710307552445450
Binary100101001110000111001011000111101101010100100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947039; }

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

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

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

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

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

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

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

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