Html Css Color HEX #987932 Buttered Rum

📋 copy color: '#987932'

red 152 ◦ green 121 ◦ blue 50

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

Shades of Buttered Rum #987932

Tints of Buttered Rum #987932

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

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

R = 47.06%
G = 37.46%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.40

RGB Variations

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

Color information

#987932 (or 0x987932) is known color: Buttered Rum. HEX triplet: 98, 79 and 32. RGB value is (152,121,50). Sum of RGB (Red+Green+Blue) = 152+121+50=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #987932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987932 is #6786CD. Grayscale: #7A7A7A. Windows color (decimal): -6784718 or 3307928. OLE color: 3307928.

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

Color convert

RGB 152 121 50 -
CMYK 0 0.20 0.67 0.40
HSL 41.76º 0.5% 0.4% -
HSV(B) 41.76º 0.67% 0.6% -
XYZ 20.36 20.58 5.92 -
YUV 122.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 152 121 50 0 0.20 0.67 0.40 41.76 0.5 0.4
Hex 98 79 32 0 14 43 28 2A 32 28
Octal 230 171 62 0 24 103 50 52 62 50
Binary 10011000 1111001 110010 0 10100 1000011 101000 101010 110010 101000

Color Harmonies of #987932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987932

Black with #987932

Text Example


Text Example

White with #987932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987932; }

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

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

background-color css

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

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

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

border-color css

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

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

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