Html Css Color HEX #987934 Buttered Rum

📋 copy color: '#987934'

red 152 ◦ green 121 ◦ blue 52

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

Shades of Buttered Rum #987934

Tints of Buttered Rum #987934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 46.77%
G = 37.23%
B = 16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#987934 (or 0x987934) is known color: Buttered Rum. HEX triplet: 98, 79 and 34. RGB value is (152,121,52). Sum of RGB (Red+Green+Blue) = 152+121+52=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #987934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987934 is #6786CB. Grayscale: #7A7A7A. Windows color (decimal): -6784716 or 3439000. OLE color: 3439000.

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

Color convert

RGB 152 121 52 -
CMYK 0 0.20 0.66 0.40
HSL 41.4º 0.49% 0.4% -
HSV(B) 41.4º 0.66% 0.6% -
XYZ 20.41 20.6 6.15 -
YUV 122.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 152 121 52 0 0.20 0.66 0.40 41.4 0.49 0.4
Hex 98 79 34 0 14 42 28 29 31 28
Octal 230 171 64 0 24 102 50 51 61 50
Binary 10011000 1111001 110100 0 10100 1000010 101000 101001 110001 101000

Color Harmonies of #987934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987934

Black with #987934

Text Example


Text Example

White with #987934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987934; }

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

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

background-color css

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

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

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

border-color css

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

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

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