#92753F

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

Shades of Buttered Rum #92753F

Tints of Buttered Rum #92753F

Color information

#92753F (or 0x92753F) is unknown color: approx Buttered Rum. HEX triplet: 92, 75 and 3F. RGB value is (146,117,63). Sum of RGB (Red+Green+Blue) = 146+117+63=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92753F is #6D8AC0. Grayscale: #777777. Windows color (decimal): -7178945 or 4158866. OLE color: 4158866.

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

Color convert

RGB14611763-
CMYK00.200.570.43
HSL39.04º39.71%40.98%-
HSV(B)39.04º56.85%57.25%-
XYZ19.1119.197.4-
YUV119.5296.11146.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 63 (25% from 255) = 19.33%
R=44.79%
G=35.89%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461176300.200.570.4339.0439.7140.98
Hex92753F014392B272829
Octal222165770247153475051
Binary100100101110101111111010100111001101011100111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92753F; }

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

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

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

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

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

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

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

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