Html Css Color HEX #98732D Buttered Rum

📋 copy color: '#98732D'

red 152 ◦ green 115 ◦ blue 45

#98732D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttered Rum #98732D

Tints of Buttered Rum #98732D

RGB

 RED value IS 152 (59.77% from 255) = 48.72%

 GREEN value IS 115 (45.31% from 255) = 36.86%

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 48.72%
G = 36.86%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98732D (or 0x98732D) is known color: Buttered Rum. HEX triplet: 98, 73 and 2D. RGB value is (152,115,45). Sum of RGB (Red+Green+Blue) = 152+115+45=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98732D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98732D is #678CD2. Grayscale: #767676. Windows color (decimal): -6786259 or 2978712. OLE color: 2978712.

HSL color Cylindrical-coordinate representation of color #98732D: hue angle of 39.25º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98732D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 45 -
CMYK 0 0.24 0.70 0.40
HSL 39.25º 0.54% 0.39% -
HSV(B) 39.25º 0.7% 0.6% -
XYZ 19.55 19.13 5.14 -
YUV 118.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 152 115 45 0 0.24 0.70 0.40 39.25 0.54 0.39
Hex 98 73 2D 0 18 46 28 27 36 27
Octal 230 163 55 0 30 106 50 47 66 47
Binary 10011000 1110011 101101 0 11000 1000110 101000 100111 110110 100111

Color Harmonies of #98732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98732D

Black with #98732D

Text Example


Text Example

White with #98732D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,115,45); }

 H1.HeaderClassName
 {
   color: #98732D;
 }
 .AnyTagClassName
 {
   color: #98732D;
 }
</style>

background-color css

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

 a { background-color: rgb(152,115,45); }

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

border-color css

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

 span { border-color: rgb(152,115,45); }

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