Html Css Color HEX #987C38 Buttered Rum

📋 copy color: '#987C38'

red 152 ◦ green 124 ◦ blue 56

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

Shades of Buttered Rum #987C38

Tints of Buttered Rum #987C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 45.78%
G = 37.35%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#987C38 (or 0x987C38) is known color: Buttered Rum. HEX triplet: 98, 7C and 38. RGB value is (152,124,56). Sum of RGB (Red+Green+Blue) = 152+124+56=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #987C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C38 is #6783C7. Grayscale: #7C7C7C. Windows color (decimal): -6783944 or 3701912. OLE color: 3701912.

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

Color convert

RGB 152 124 56 -
CMYK 0 0.18 0.63 0.40
HSL 42.5º 0.46% 0.41% -
HSV(B) 42.5º 0.63% 0.6% -
XYZ 20.87 21.38 6.77 -
YUV 124.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 152 124 56 0 0.18 0.63 0.40 42.5 0.46 0.41
Hex 98 7C 38 0 12 3F 28 2A 2E 29
Octal 230 174 70 0 22 77 50 52 56 51
Binary 10011000 1111100 111000 0 10010 111111 101000 101010 101110 101001

Color Harmonies of #987C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C38

Black with #987C38

Text Example


Text Example

White with #987C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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