Html Css Color HEX #987124 Buttered Rum

📋 copy color: '#987124'

red 152 ◦ green 113 ◦ blue 36

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

Shades of Buttered Rum #987124

Tints of Buttered Rum #987124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 50.5%
G = 37.54%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#987124 (or 0x987124) is known color: Buttered Rum. HEX triplet: 98, 71 and 24. RGB value is (152,113,36). Sum of RGB (Red+Green+Blue) = 152+113+36=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #987124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987124 is #678EDB. Grayscale: #747474. Windows color (decimal): -6786780 or 2388376. OLE color: 2388376.

HSL color Cylindrical-coordinate representation of color #987124: hue angle of 39.83º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #987124 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 36 -
CMYK 0 0.26 0.76 0.40
HSL 39.83º 0.62% 0.37% -
HSV(B) 39.83º 0.76% 0.6% -
XYZ 19.17 18.61 4.25 -
YUV 115.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 152 113 36 0 0.26 0.76 0.40 39.83 0.62 0.37
Hex 98 71 24 0 1A 4C 28 28 3E 25
Octal 230 161 44 0 32 114 50 50 76 45
Binary 10011000 1110001 100100 0 11010 1001100 101000 101000 111110 100101

Color Harmonies of #987124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987124

Black with #987124

Text Example


Text Example

White with #987124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987124; }

 p { color: rgb(152,113,36); }

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

background-color css

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

 a { background-color: rgb(152,113,36); }

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

border-color css

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

 span { border-color: rgb(152,113,36); }

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