#947235

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

Shades of Buttered Rum #947235

Tints of Buttered Rum #947235

Color information

#947235 (or 0x947235) is unknown color: approx Buttered Rum. HEX triplet: 94, 72 and 35. RGB value is (148,114,53). Sum of RGB (Red+Green+Blue) = 148+114+53=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #947235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947235 is #6B8DCA. Grayscale: #757575. Windows color (decimal): -7048651 or 3502740. OLE color: 3502740.

HSL color Cylindrical-coordinate representation of color #947235: hue angle of 38.53º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #947235 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14811453-
CMYK00.230.640.42
HSL38.53º47.26%39.41%-
HSV(B)38.53º64.19%58.04%-
XYZ18.8718.595.96-
YUV117.2191.76149.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 53 (21.09% from 255) = 16.83%
R=46.98%
G=36.19%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481145300.230.640.4238.5347.2639.41
Hex947235017402A272f27
Octal2241626502710052475747
Binary1001010011100101101010101111000000101010100111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947235; }

 p { color: rgb(148,114,53); }

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

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

 a { background-color: rgb(148,114,53); }

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

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

 span { border-color: rgb(148,114,53); }

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