#98742D

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

Shades of Buttered Rum #98742D

Tints of Buttered Rum #98742D

Color information

#98742D (or 0x98742D) is unknown color: approx Buttered Rum. HEX triplet: 98, 74 and 2D. RGB value is (152,116,45). Sum of RGB (Red+Green+Blue) = 152+116+45=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98742D is #678BD2. Grayscale: #767676. Windows color (decimal): -6786003 or 2978968. OLE color: 2978968.

HSL color Cylindrical-coordinate representation of color #98742D: hue angle of 39.81º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98742D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB15211645-
CMYK00.240.700.40
HSL39.81º54.31%38.63%-
HSV(B)39.81º70.39%59.61%-
XYZ19.6719.365.18-
YUV118.6786.43151.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=48.56%
G=37.06%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521164500.240.700.4039.8154.3138.63
Hex98742D0184628283627
Octal2301645503010650506647
Binary1001100011101001011010110001000110101000101000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98742D; }

 p { color: rgb(152,116,45); }

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

<style>
 a { background-color: #98742D; }

 a { background-color: rgb(152,116,45); }

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

<style>
 span { border-color: #98742D; }

 span { border-color: rgb(152,116,45); }

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