Html Css Color HEX #987132 Buttered Rum

📋 copy color: '#987132'

red 152 ◦ green 113 ◦ blue 50

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

Shades of Buttered Rum #987132

Tints of Buttered Rum #987132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 48.25%
G = 35.87%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#987132 (or 0x987132) is known color: Buttered Rum. HEX triplet: 98, 71 and 32. RGB value is (152,113,50). Sum of RGB (Red+Green+Blue) = 152+113+50=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #987132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987132 is #678ECD. Grayscale: #757575. Windows color (decimal): -6786766 or 3305880. OLE color: 3305880.

HSL color Cylindrical-coordinate representation of color #987132: hue angle of 37.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #987132 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 50 -
CMYK 0 0.26 0.67 0.40
HSL 37.06º 0.5% 0.4% -
HSV(B) 37.06º 0.67% 0.6% -
XYZ 19.43 18.72 5.61 -
YUV 117.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 152 113 50 0 0.26 0.67 0.40 37.06 0.5 0.4
Hex 98 71 32 0 1A 43 28 25 32 28
Octal 230 161 62 0 32 103 50 45 62 50
Binary 10011000 1110001 110010 0 11010 1000011 101000 100101 110010 101000

Color Harmonies of #987132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987132

Black with #987132

Text Example


Text Example

White with #987132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987132; }

 p { color: rgb(152,113,50); }

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

background-color css

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

 a { background-color: rgb(152,113,50); }

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

border-color css

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

 span { border-color: rgb(152,113,50); }

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