Html Css Color HEX #987431 Buttered Rum

📋 copy color: '#987431'

red 152 ◦ green 116 ◦ blue 49

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

Shades of Buttered Rum #987431

Tints of Buttered Rum #987431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 47.95%
G = 36.59%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987431 (or 0x987431) is known color: Buttered Rum. HEX triplet: 98, 74 and 31. RGB value is (152,116,49). Sum of RGB (Red+Green+Blue) = 152+116+49=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #987431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987431 is #678BCE. Grayscale: #777777. Windows color (decimal): -6785999 or 3241112. OLE color: 3241112.

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

Color convert

RGB 152 116 49 -
CMYK 0 0.24 0.68 0.40
HSL 39.03º 0.51% 0.39% -
HSV(B) 39.03º 0.68% 0.6% -
XYZ 19.75 19.39 5.61 -
YUV 119.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 152 116 49 0 0.24 0.68 0.40 39.03 0.51 0.39
Hex 98 74 31 0 18 44 28 27 33 27
Octal 230 164 61 0 30 104 50 47 63 47
Binary 10011000 1110100 110001 0 11000 1000100 101000 100111 110011 100111

Color Harmonies of #987431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987431

Black with #987431

Text Example


Text Example

White with #987431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987431; }

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

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

background-color css

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

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

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

border-color css

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

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

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