Html Css Color HEX #987031 Buttered Rum

📋 copy color: '#987031'

red 152 ◦ green 112 ◦ blue 49

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

Shades of Buttered Rum #987031

Tints of Buttered Rum #987031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 48.56%
G = 35.78%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987031 (or 0x987031) is known color: Buttered Rum. HEX triplet: 98, 70 and 31. RGB value is (152,112,49). Sum of RGB (Red+Green+Blue) = 152+112+49=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #987031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987031 is #678FCE. Grayscale: #757575. Windows color (decimal): -6787023 or 3240088. OLE color: 3240088.

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

Color convert

RGB 152 112 49 -
CMYK 0 0.26 0.68 0.40
HSL 36.7º 0.51% 0.39% -
HSV(B) 36.7º 0.68% 0.6% -
XYZ 19.3 18.49 5.46 -
YUV 116.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 152 112 49 0 0.26 0.68 0.40 36.7 0.51 0.39
Hex 98 70 31 0 1A 44 28 25 33 27
Octal 230 160 61 0 32 104 50 45 63 47
Binary 10011000 1110000 110001 0 11010 1000100 101000 100101 110011 100111

Color Harmonies of #987031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987031

Black with #987031

Text Example


Text Example

White with #987031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987031; }

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

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

background-color css

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

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

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

border-color css

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

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

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