Html Css Color HEX #987128 Buttered Rum

📋 copy color: '#987128'

red 152 ◦ green 113 ◦ blue 40

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

Shades of Buttered Rum #987128

Tints of Buttered Rum #987128

RGB

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

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

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

R = 49.84%
G = 37.05%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#987128 (or 0x987128) is known color: Buttered Rum. HEX triplet: 98, 71 and 28. RGB value is (152,113,40). Sum of RGB (Red+Green+Blue) = 152+113+40=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #987128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987128 is #678ED7. Grayscale: #747474. Windows color (decimal): -6786776 or 2650520. OLE color: 2650520.

HSL color Cylindrical-coordinate representation of color #987128: hue angle of 39.11º 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 #987128 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 40 -
CMYK 0 0.26 0.74 0.40
HSL 39.11º 0.58% 0.38% -
HSV(B) 39.11º 0.74% 0.6% -
XYZ 19.24 18.64 4.59 -
YUV 116.34 84.92 153.44 -
System Red Green Blue C M Y K H S L
Decimal 152 113 40 0 0.26 0.74 0.40 39.11 0.58 0.38
Hex 98 71 28 0 1A 4A 28 27 3A 26
Octal 230 161 50 0 32 112 50 47 72 46
Binary 10011000 1110001 101000 0 11010 1001010 101000 100111 111010 100110

Color Harmonies of #987128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987128

Black with #987128

Text Example


Text Example

White with #987128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987128; }

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

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

background-color css

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

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

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

border-color css

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

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

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