#92743C

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

Shades of Buttered Rum #92743C

Tints of Buttered Rum #92743C

Color information

#92743C (or 0x92743C) is unknown color: approx Buttered Rum. HEX triplet: 92, 74 and 3C. RGB value is (146,116,60). Sum of RGB (Red+Green+Blue) = 146+116+60=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92743C is #6D8BC3. Grayscale: #767676. Windows color (decimal): -7179204 or 3962002. OLE color: 3962002.

HSL color Cylindrical-coordinate representation of color #92743C: hue angle of 39.07º 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 #92743C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB14611660-
CMYK00.210.590.43
HSL39.07º41.75%40.39%-
HSV(B)39.07º58.9%57.25%-
XYZ18.9218.936.93-
YUV118.5994.94147.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 60 (23.83% from 255) = 18.63%
R=45.34%
G=36.02%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461166000.210.590.4339.0741.7540.39
Hex92743C0153B2B272a28
Octal222164740257353475250
Binary100100101110100111100010101111011101011100111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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