#98722B

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

Shades of Buttered Rum #98722B

Tints of Buttered Rum #98722B

Color information

#98722B (or 0x98722B) is unknown color: approx Buttered Rum. HEX triplet: 98, 72 and 2B. RGB value is (152,114,43). Sum of RGB (Red+Green+Blue) = 152+114+43=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98722B is #678DD4. Grayscale: #757575. Windows color (decimal): -6786517 or 2847384. OLE color: 2847384.

HSL color Cylindrical-coordinate representation of color #98722B: hue angle of 39.08º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98722B is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15211443-
CMYK00.250.720.40
HSL39.08º55.9%38.24%-
HSV(B)39.08º71.71%59.61%-
XYZ19.418.884.91-
YUV117.2786.09152.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=49.19%
G=36.89%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521144300.250.720.4039.0855.938.24
Hex98722B0194828273826
Octal2301625303111050477046
Binary1001100011100101010110110011001000101000100111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,114,43); }

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

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

 a { background-color: rgb(152,114,43); }

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

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

 span { border-color: rgb(152,114,43); }

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