#98753C

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

Shades of Buttered Rum #98753C

Tints of Buttered Rum #98753C

Color information

#98753C (or 0x98753C) is unknown color: approx Buttered Rum. HEX triplet: 98, 75 and 3C. RGB value is (152,117,60). Sum of RGB (Red+Green+Blue) = 152+117+60=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98753C is #678AC3. Grayscale: #797979. Windows color (decimal): -6785732 or 3962264. OLE color: 3962264.

HSL color Cylindrical-coordinate representation of color #98753C: hue angle of 37.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98753C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB15211760-
CMYK00.230.610.40
HSL37.17º43.4%41.57%-
HSV(B)37.17º60.53%59.61%-
XYZ20.1319.727.02-
YUV120.9793.6150.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=46.20%
G=35.56%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521176000.230.610.4037.1743.441.57
Hex98753C0173D28252b2a
Octal230165740277550455352
Binary100110001110101111100010111111101101000100101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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