Html Css Color HEX #98792D Buttered Rum

📋 copy color: '#98792D'

red 152 ◦ green 121 ◦ blue 45

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

Shades of Buttered Rum #98792D

Tints of Buttered Rum #98792D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.05%

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

R = 47.8%
G = 38.05%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98792D (or 0x98792D) is known color: Buttered Rum. HEX triplet: 98, 79 and 2D. RGB value is (152,121,45). Sum of RGB (Red+Green+Blue) = 152+121+45=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98792D is #6786D2. Grayscale: #797979. Windows color (decimal): -6784723 or 2980248. OLE color: 2980248.

HSL color Cylindrical-coordinate representation of color #98792D: hue angle of 42.62º 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 #98792D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 45 -
CMYK 0 0.20 0.70 0.40
HSL 42.62º 0.54% 0.39% -
HSV(B) 42.62º 0.7% 0.6% -
XYZ 20.26 20.54 5.38 -
YUV 121.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 152 121 45 0 0.20 0.70 0.40 42.62 0.54 0.39
Hex 98 79 2D 0 14 46 28 2B 36 27
Octal 230 171 55 0 24 106 50 53 66 47
Binary 10011000 1111001 101101 0 10100 1000110 101000 101011 110110 100111

Color Harmonies of #98792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98792D

Black with #98792D

Text Example


Text Example

White with #98792D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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