#98702D

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

Shades of Buttered Rum #98702D

Tints of Buttered Rum #98702D

Color information

#98702D (or 0x98702D) is unknown color: approx Buttered Rum. HEX triplet: 98, 70 and 2D. RGB value is (152,112,45). Sum of RGB (Red+Green+Blue) = 152+112+45=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98702D is #678FD2. Grayscale: #747474. Windows color (decimal): -6787027 or 2977944. OLE color: 2977944.

HSL color Cylindrical-coordinate representation of color #98702D: hue angle of 37.57º 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 #98702D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB15211245-
CMYK00.260.700.40
HSL37.57º54.31%38.63%-
HSV(B)37.57º70.39%59.61%-
XYZ19.2218.455.03-
YUV116.3287.75153.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=49.19%
G=36.25%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521124500.260.700.4037.5754.3138.63
Hex98702D01A4628263627
Octal2301605503210650466647
Binary1001100011100001011010110101000110101000100110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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