Html Css Color HEX #987331 Buttered Rum

📋 copy color: '#987331'

red 152 ◦ green 115 ◦ blue 49

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

Shades of Buttered Rum #987331

Tints of Buttered Rum #987331

RGB

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

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

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

R = 48.1%
G = 36.39%
B = 15.51%

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

#987331 (or 0x987331) is known color: Buttered Rum. HEX triplet: 98, 73 and 31. RGB value is (152,115,49). Sum of RGB (Red+Green+Blue) = 152+115+49=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987331 is #678CCE. Grayscale: #767676. Windows color (decimal): -6786255 or 3240856. OLE color: 3240856.

HSL color Cylindrical-coordinate representation of color #987331: hue angle of 38.45º 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 #987331 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 49 -
CMYK 0 0.24 0.68 0.40
HSL 38.45º 0.51% 0.39% -
HSV(B) 38.45º 0.68% 0.6% -
XYZ 19.63 19.16 5.57 -
YUV 118.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 152 115 49 0 0.24 0.68 0.40 38.45 0.51 0.39
Hex 98 73 31 0 18 44 28 26 33 27
Octal 230 163 61 0 30 104 50 46 63 47
Binary 10011000 1110011 110001 0 11000 1000100 101000 100110 110011 100111

Color Harmonies of #987331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987331

Black with #987331

Text Example


Text Example

White with #987331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987331; }

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

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

background-color css

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

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

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

border-color css

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

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

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