Html Css Color HEX #987A34 Buttered Rum

📋 copy color: '#987A34'

red 152 ◦ green 122 ◦ blue 52

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

Shades of Buttered Rum #987A34

Tints of Buttered Rum #987A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

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

R = 46.63%
G = 37.42%
B = 15.95%

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

#987A34 (or 0x987A34) is known color: Buttered Rum. HEX triplet: 98, 7A and 34. RGB value is (152,122,52). Sum of RGB (Red+Green+Blue) = 152+122+52=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #987A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A34 is #6785CB. Grayscale: #7B7B7B. Windows color (decimal): -6784460 or 3439256. OLE color: 3439256.

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

Color convert

RGB 152 122 52 -
CMYK 0 0.20 0.66 0.40
HSL 42º 0.49% 0.4% -
HSV(B) 42º 0.66% 0.6% -
XYZ 20.53 20.84 6.19 -
YUV 122.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 152 122 52 0 0.20 0.66 0.40 42 0.49 0.4
Hex 98 7A 34 0 14 42 28 2A 31 28
Octal 230 172 64 0 24 102 50 52 61 50
Binary 10011000 1111010 110100 0 10100 1000010 101000 101010 110001 101000

Color Harmonies of #987A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A34

Black with #987A34

Text Example


Text Example

White with #987A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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