#98762B

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

Shades of Buttered Rum #98762B

Tints of Buttered Rum #98762B

Color information

#98762B (or 0x98762B) is unknown color: approx Buttered Rum. HEX triplet: 98, 76 and 2B. RGB value is (152,118,43). Sum of RGB (Red+Green+Blue) = 152+118+43=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98762B is #6789D4. Grayscale: #777777. Windows color (decimal): -6785493 or 2848408. OLE color: 2848408.

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

Color convert

RGB15211843-
CMYK00.220.720.40
HSL41.28º55.9%38.24%-
HSV(B)41.28º71.71%59.61%-
XYZ19.8619.815.06-
YUV119.6284.76151.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=48.56%
G=37.70%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521184300.220.720.4041.2855.938.24
Hex98762B0164828293826
Octal2301665302611050517046
Binary1001100011101101010110101101001000101000101001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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