#92753D

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

Shades of Buttered Rum #92753D

Tints of Buttered Rum #92753D

Color information

#92753D (or 0x92753D) is unknown color: approx Buttered Rum. HEX triplet: 92, 75 and 3D. RGB value is (146,117,61). Sum of RGB (Red+Green+Blue) = 146+117+61=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #92753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92753D is #6D8AC2. Grayscale: #777777. Windows color (decimal): -7178947 or 4027794. OLE color: 4027794.

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

Color convert

RGB14611761-
CMYK00.200.580.43
HSL39.53º41.06%40.59%-
HSV(B)39.53º58.22%57.25%-
XYZ19.0619.177.11-
YUV119.2995.11147.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=45.06%
G=36.11%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461176100.200.580.4339.5341.0640.59
Hex92753D0143A2B282929
Octal222165750247253505151
Binary100100101110101111101010100111010101011101000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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