#927840

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

Shades of Buttered Rum #927840

Tints of Buttered Rum #927840

Color information

#927840 (or 0x927840) is unknown color: approx Buttered Rum. HEX triplet: 92, 78 and 40. RGB value is (146,120,64). Sum of RGB (Red+Green+Blue) = 146+120+64=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #927840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927840 is #6D87BF. Grayscale: #797979. Windows color (decimal): -7178176 or 4225170. OLE color: 4225170.

HSL color Cylindrical-coordinate representation of color #927840: hue angle of 40.98º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #927840 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB14612064-
CMYK00.180.560.43
HSL40.98º39.05%41.18%-
HSV(B)40.98º56.16%57.25%-
XYZ19.519.917.67-
YUV121.3995.61145.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=44.24%
G=36.36%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461206400.180.560.4340.9839.0541.18
Hex927840012382B292729
Octal2221701000227053514751
Binary1001001011110001000000010010111000101011101001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927840; }

 p { color: rgb(146,120,64); }

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

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

 a { background-color: rgb(146,120,64); }

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

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

 span { border-color: rgb(146,120,64); }

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