#927139

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

Shades of Buttered Rum #927139

Tints of Buttered Rum #927139

Color information

#927139 (or 0x927139) is unknown color: approx Buttered Rum. HEX triplet: 92, 71 and 39. RGB value is (146,113,57). Sum of RGB (Red+Green+Blue) = 146+113+57=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #927139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927139 is #6D8EC6. Grayscale: #747474. Windows color (decimal): -7179975 or 3764626. OLE color: 3764626.

HSL color Cylindrical-coordinate representation of color #927139: hue angle of 37.75º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #927139 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB14611357-
CMYK00.230.610.43
HSL37.75º43.84%39.8%-
HSV(B)37.75º60.96%57.25%-
XYZ18.518.226.41-
YUV116.4894.43149.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=46.20%
G=35.76%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461135700.230.610.4337.7543.8439.8
Hex9271390173D2B262c28
Octal222161710277553465450
Binary100100101110001111001010111111101101011100110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927139; }

 p { color: rgb(146,113,57); }

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

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

 a { background-color: rgb(146,113,57); }

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

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

 span { border-color: rgb(146,113,57); }

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