#927540

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

Shades of Buttered Rum #927540

Tints of Buttered Rum #927540

Color information

#927540 (or 0x927540) is unknown color: approx Buttered Rum. HEX triplet: 92, 75 and 40. RGB value is (146,117,64). Sum of RGB (Red+Green+Blue) = 146+117+64=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #927540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927540 is #6D8ABF. Grayscale: #777777. Windows color (decimal): -7178944 or 4224402. OLE color: 4224402.

HSL color Cylindrical-coordinate representation of color #927540: hue angle of 38.78º 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 #927540 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB14611764-
CMYK00.200.560.43
HSL38.78º39.05%41.18%-
HSV(B)38.78º56.16%57.25%-
XYZ19.1419.27.55-
YUV119.6396.61146.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=44.65%
G=35.78%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461176400.200.560.4338.7839.0541.18
Hex927540014382B272729
Octal2221651000247053474751
Binary1001001011101011000000010100111000101011100111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927540; }

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

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

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

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

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

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

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

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