#98793B

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

Shades of Buttered Rum #98793B

Tints of Buttered Rum #98793B

Color information

#98793B (or 0x98793B) is unknown color: approx Buttered Rum. HEX triplet: 98, 79 and 3B. RGB value is (152,121,59). Sum of RGB (Red+Green+Blue) = 152+121+59=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98793B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98793B is #6786C4. Grayscale: #7B7B7B. Windows color (decimal): -6784709 or 3897752. OLE color: 3897752.

HSL color Cylindrical-coordinate representation of color #98793B: hue angle of 40º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98793B is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB15212159-
CMYK00.200.610.40
HSL40º44.08%41.37%-
HSV(B)40º61.18%59.61%-
XYZ20.5820.677.04-
YUV123.291.77148.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=45.78%
G=36.45%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521215900.200.610.404044.0841.37
Hex98793B0143D28282c29
Octal230171730247550505451
Binary100110001111001111011010100111101101000101000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98793B; }

 p { color: rgb(152,121,59); }

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

<style>
 a { background-color: #98793B; }

 a { background-color: rgb(152,121,59); }

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

<style>
 span { border-color: #98793B; }

 span { border-color: rgb(152,121,59); }

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