Html Css Color HEX #987428 Buttered Rum

📋 copy color: '#987428'

red 152 ◦ green 116 ◦ blue 40

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

Shades of Buttered Rum #987428

Tints of Buttered Rum #987428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 49.35%
G = 37.66%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#987428 (or 0x987428) is known color: Buttered Rum. HEX triplet: 98, 74 and 28. RGB value is (152,116,40). Sum of RGB (Red+Green+Blue) = 152+116+40=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #987428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987428 is #678BD7. Grayscale: #767676. Windows color (decimal): -6786008 or 2651288. OLE color: 2651288.

HSL color Cylindrical-coordinate representation of color #987428: hue angle of 40.71º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987428 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 116 40 -
CMYK 0 0.24 0.74 0.40
HSL 40.71º 0.58% 0.38% -
HSV(B) 40.71º 0.74% 0.6% -
XYZ 19.58 19.32 4.7 -
YUV 118.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 152 116 40 0 0.24 0.74 0.40 40.71 0.58 0.38
Hex 98 74 28 0 18 4A 28 29 3A 26
Octal 230 164 50 0 30 112 50 51 72 46
Binary 10011000 1110100 101000 0 11000 1001010 101000 101001 111010 100110

Color Harmonies of #987428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987428

Black with #987428

Text Example


Text Example

White with #987428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987428; }

 p { color: rgb(152,116,40); }

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

background-color css

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

 a { background-color: rgb(152,116,40); }

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

border-color css

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

 span { border-color: rgb(152,116,40); }

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