#92753C

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

Shades of Buttered Rum #92753C

Tints of Buttered Rum #92753C

Color information

#92753C (or 0x92753C) is unknown color: approx Buttered Rum. HEX triplet: 92, 75 and 3C. RGB value is (146,117,60). Sum of RGB (Red+Green+Blue) = 146+117+60=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #92753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92753C is #6D8AC3. Grayscale: #777777. Windows color (decimal): -7178948 or 3962258. OLE color: 3962258.

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

Color convert

RGB14611760-
CMYK00.200.590.43
HSL39.77º41.75%40.39%-
HSV(B)39.77º58.9%57.25%-
XYZ19.0319.166.97-
YUV119.1794.61147.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=45.20%
G=36.22%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461176000.200.590.4339.7741.7540.39
Hex92753C0143B2B282a28
Octal222165740247353505250
Binary100100101110101111100010100111011101011101000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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