#98783A

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

Shades of Buttered Rum #98783A

Tints of Buttered Rum #98783A

Color information

#98783A (or 0x98783A) is unknown color: approx Buttered Rum. HEX triplet: 98, 78 and 3A. RGB value is (152,120,58). Sum of RGB (Red+Green+Blue) = 152+120+58=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98783A is #6787C5. Grayscale: #7A7A7A. Windows color (decimal): -6784966 or 3831960. OLE color: 3831960.

HSL color Cylindrical-coordinate representation of color #98783A: hue angle of 39.57º 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 #98783A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB15212058-
CMYK00.210.620.40
HSL39.57º44.76%41.18%-
HSV(B)39.57º61.84%59.61%-
XYZ20.4320.416.87-
YUV122.591.6149.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=46.06%
G=36.36%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521205800.210.620.4039.5744.7641.18
Hex98783A0153E28282d29
Octal230170720257650505551
Binary100110001111000111010010101111110101000101000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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