Html Css Color HEX #987C3B Buttered Rum

📋 copy color: '#987C3B'

red 152 ◦ green 124 ◦ blue 59

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

Shades of Buttered Rum #987C3B

Tints of Buttered Rum #987C3B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.01%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 45.37%
G = 37.01%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#987C3B (or 0x987C3B) is known color: Buttered Rum. HEX triplet: 98, 7C and 3B. RGB value is (152,124,59). Sum of RGB (Red+Green+Blue) = 152+124+59=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #987C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C3B is #6783C4. Grayscale: #7D7D7D. Windows color (decimal): -6783941 or 3898520. OLE color: 3898520.

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

Color convert

RGB 152 124 59 -
CMYK 0 0.18 0.61 0.40
HSL 41.94º 0.44% 0.41% -
HSV(B) 41.94º 0.61% 0.6% -
XYZ 20.95 21.41 7.17 -
YUV 124.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 152 124 59 0 0.18 0.61 0.40 41.94 0.44 0.41
Hex 98 7C 3B 0 12 3D 28 2A 2C 29
Octal 230 174 73 0 22 75 50 52 54 51
Binary 10011000 1111100 111011 0 10010 111101 101000 101010 101100 101001

Color Harmonies of #987C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C3B

Black with #987C3B

Text Example


Text Example

White with #987C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,124,59); }

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

background-color css

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

 a { background-color: rgb(152,124,59); }

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

border-color css

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

 span { border-color: rgb(152,124,59); }

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