#98753A

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

Shades of Buttered Rum #98753A

Tints of Buttered Rum #98753A

Color information

#98753A (or 0x98753A) is unknown color: approx Buttered Rum. HEX triplet: 98, 75 and 3A. RGB value is (152,117,58). Sum of RGB (Red+Green+Blue) = 152+117+58=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98753A is #678AC5. Grayscale: #797979. Windows color (decimal): -6785734 or 3831192. OLE color: 3831192.

HSL color Cylindrical-coordinate representation of color #98753A: hue angle of 37.66º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98753A is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB15211758-
CMYK00.230.620.40
HSL37.66º44.76%41.18%-
HSV(B)37.66º61.84%59.61%-
XYZ20.0719.76.75-
YUV120.7492.6150.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=46.48%
G=35.78%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521175800.230.620.4037.6644.7641.18
Hex98753A0173E28262d29
Octal230165720277650465551
Binary100110001110101111010010111111110101000100110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98753A; }

 p { color: rgb(152,117,58); }

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

<style>
 a { background-color: #98753A; }

 a { background-color: rgb(152,117,58); }

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

<style>
 span { border-color: #98753A; }

 span { border-color: rgb(152,117,58); }

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