Html Css Color HEX #98742C Buttered Rum

📋 copy color: '#98742C'

red 152 ◦ green 116 ◦ blue 44

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

Shades of Buttered Rum #98742C

Tints of Buttered Rum #98742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 48.72%
G = 37.18%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98742C (or 0x98742C) is known color: Buttered Rum. HEX triplet: 98, 74 and 2C. RGB value is (152,116,44). Sum of RGB (Red+Green+Blue) = 152+116+44=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98742C is #678BD3. Grayscale: #767676. Windows color (decimal): -6786004 or 2913432. OLE color: 2913432.

HSL color Cylindrical-coordinate representation of color #98742C: hue angle of 40º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98742C is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 44 -
CMYK 0 0.24 0.71 0.40
HSL 40º 0.55% 0.38% -
HSV(B) 40º 0.71% 0.6% -
XYZ 19.65 19.35 5.08 -
YUV 118.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 152 116 44 0 0.24 0.71 0.40 40 0.55 0.38
Hex 98 74 2C 0 18 47 28 28 37 26
Octal 230 164 54 0 30 107 50 50 67 46
Binary 10011000 1110100 101100 0 11000 1000111 101000 101000 110111 100110

Color Harmonies of #98742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98742C

Black with #98742C

Text Example


Text Example

White with #98742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98742C; }

 p { color: rgb(152,116,44); }

 H1.HeaderClassName
 {
   color: #98742C;
 }
 .AnyTagClassName
 {
   color: #98742C;
 }
</style>

background-color css

<style>
 a { background-color: #98742C; }

 a { background-color: rgb(152,116,44); }

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

border-color css

<style>
 span { border-color: #98742C; }

 span { border-color: rgb(152,116,44); }

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