Html Css Color HEX #987D39 Buttered Rum

📋 copy color: '#987D39'

red 152 ◦ green 125 ◦ blue 57

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

Shades of Buttered Rum #987D39

Tints of Buttered Rum #987D39

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 57 (22.66% from 255) = 17.07%

R = 45.51%
G = 37.43%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#987D39 (or 0x987D39) is known color: Buttered Rum. HEX triplet: 98, 7D and 39. RGB value is (152,125,57). Sum of RGB (Red+Green+Blue) = 152+125+57=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D39 is #6782C6. Grayscale: #7D7D7D. Windows color (decimal): -6783687 or 3767704. OLE color: 3767704.

HSL color Cylindrical-coordinate representation of color #987D39: hue angle of 42.95º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #987D39 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 125 57 -
CMYK 0 0.18 0.62 0.40
HSL 42.95º 0.45% 0.41% -
HSV(B) 42.95º 0.63% 0.6% -
XYZ 21.02 21.64 6.94 -
YUV 125.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 152 125 57 0 0.18 0.62 0.40 42.95 0.45 0.41
Hex 98 7D 39 0 12 3E 28 2B 2D 29
Octal 230 175 71 0 22 76 50 53 55 51
Binary 10011000 1111101 111001 0 10010 111110 101000 101011 101101 101001

Color Harmonies of #987D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D39

Black with #987D39

Text Example


Text Example

White with #987D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,57); }

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

background-color css

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

 a { background-color: rgb(152,125,57); }

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

border-color css

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

 span { border-color: rgb(152,125,57); }

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