Html Css Color HEX #987529 Buttered Rum

📋 copy color: '#987529'

red 152 ◦ green 117 ◦ blue 41

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

Shades of Buttered Rum #987529

Tints of Buttered Rum #987529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 49.03%
G = 37.74%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#987529 (or 0x987529) is known color: Buttered Rum. HEX triplet: 98, 75 and 29. RGB value is (152,117,41). Sum of RGB (Red+Green+Blue) = 152+117+41=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #987529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987529 is #678AD6. Grayscale: #777777. Windows color (decimal): -6785751 or 2717080. OLE color: 2717080.

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

Color convert

RGB 152 117 41 -
CMYK 0 0.23 0.73 0.40
HSL 41.08º 0.58% 0.38% -
HSV(B) 41.08º 0.73% 0.6% -
XYZ 19.71 19.56 4.83 -
YUV 118.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 152 117 41 0 0.23 0.73 0.40 41.08 0.58 0.38
Hex 98 75 29 0 17 49 28 29 3A 26
Octal 230 165 51 0 27 111 50 51 72 46
Binary 10011000 1110101 101001 0 10111 1001001 101000 101001 111010 100110

Color Harmonies of #987529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987529

Black with #987529

Text Example


Text Example

White with #987529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987529; }

 p { color: rgb(152,117,41); }

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

background-color css

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

 a { background-color: rgb(152,117,41); }

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

border-color css

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

 span { border-color: rgb(152,117,41); }

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