#98743D

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

Shades of Buttered Rum #98743D

Tints of Buttered Rum #98743D

Color information

#98743D (or 0x98743D) is unknown color: approx Buttered Rum. HEX triplet: 98, 74 and 3D. RGB value is (152,116,61). Sum of RGB (Red+Green+Blue) = 152+116+61=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98743D is #678BC2. Grayscale: #787878. Windows color (decimal): -6785987 or 4027544. OLE color: 4027544.

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

Color convert

RGB15211661-
CMYK00.240.600.40
HSL36.26º42.72%41.76%-
HSV(B)36.26º59.87%59.61%-
XYZ20.0419.57.12-
YUV120.4994.43150.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=46.20%
G=35.26%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521166100.240.600.4036.2642.7241.76
Hex98743D0183C28242b2a
Octal230164750307450445352
Binary100110001110100111101011000111100101000100100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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