#98742B

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

Shades of Buttered Rum #98742B

Tints of Buttered Rum #98742B

Color information

#98742B (or 0x98742B) is unknown color: approx Buttered Rum. HEX triplet: 98, 74 and 2B. RGB value is (152,116,43). Sum of RGB (Red+Green+Blue) = 152+116+43=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98742B is #678BD4. Grayscale: #767676. Windows color (decimal): -6786005 or 2847896. OLE color: 2847896.

HSL color Cylindrical-coordinate representation of color #98742B: hue angle of 40.18º 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 #98742B is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15211643-
CMYK00.240.720.40
HSL40.18º55.9%38.24%-
HSV(B)40.18º71.71%59.61%-
XYZ19.6319.344.98-
YUV118.4485.43151.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=48.87%
G=37.30%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521164300.240.720.4040.1855.938.24
Hex98742B0184828283826
Octal2301645303011050507046
Binary1001100011101001010110110001001000101000101000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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