#947A40

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

Shades of Buttered Rum #947A40

Tints of Buttered Rum #947A40

Color information

#947A40 (or 0x947A40) is unknown color: approx Buttered Rum. HEX triplet: 94, 7A and 40. RGB value is (148,122,64). Sum of RGB (Red+Green+Blue) = 148+122+64=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A40 is #6B85BF. Grayscale: #7B7B7B. Windows color (decimal): -7046592 or 4225684. OLE color: 4225684.

HSL color Cylindrical-coordinate representation of color #947A40: hue angle of 41.43º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #947A40 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB14812264-
CMYK00.180.570.42
HSL41.43º39.62%41.57%-
HSV(B)41.43º56.76%58.04%-
XYZ20.120.597.76-
YUV123.1694.61145.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=44.31%
G=36.53%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481226400.180.570.4241.4339.6241.57
Hex947A40012392A29282a
Octal2241721000227152515052
Binary1001010011110101000000010010111001101010101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947A40; }

 p { color: rgb(148,122,64); }

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

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

 a { background-color: rgb(148,122,64); }

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

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

 span { border-color: rgb(148,122,64); }

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