#92723C

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

Shades of Buttered Rum #92723C

Tints of Buttered Rum #92723C

Color information

#92723C (or 0x92723C) is unknown color: approx Buttered Rum. HEX triplet: 92, 72 and 3C. RGB value is (146,114,60). Sum of RGB (Red+Green+Blue) = 146+114+60=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #92723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92723C is #6D8DC3. Grayscale: #757575. Windows color (decimal): -7179716 or 3961490. OLE color: 3961490.

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

Color convert

RGB14611460-
CMYK00.220.590.43
HSL37.67º41.75%40.39%-
HSV(B)37.67º58.9%57.25%-
XYZ18.6918.476.86-
YUV117.4195.6148.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=45.62%
G=35.62%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461146000.220.590.4337.6741.7540.39
Hex92723C0163B2B262a28
Octal222162740267353465250
Binary100100101110010111100010110111011101011100110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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