Html Css Color HEX #987541 Buttered Rum

📋 copy color: '#987541'

red 152 ◦ green 117 ◦ blue 65

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

Shades of Buttered Rum #987541

Tints of Buttered Rum #987541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 45.51%
G = 35.03%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987541 (or 0x987541) is known color: Buttered Rum. HEX triplet: 98, 75 and 41. RGB value is (152,117,65). Sum of RGB (Red+Green+Blue) = 152+117+65=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #987541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987541 is #678ABE. Grayscale: #797979. Windows color (decimal): -6785727 or 4289944. OLE color: 4289944.

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

Color convert

RGB 152 117 65 -
CMYK 0 0.23 0.57 0.40
HSL 35.86º 0.4% 0.43% -
HSV(B) 35.86º 0.57% 0.6% -
XYZ 20.26 19.78 7.75 -
YUV 121.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 152 117 65 0 0.23 0.57 0.40 35.86 0.4 0.43
Hex 98 75 41 0 17 39 28 24 28 2B
Octal 230 165 101 0 27 71 50 44 50 53
Binary 10011000 1110101 1000001 0 10111 111001 101000 100100 101000 101011

Color Harmonies of #987541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987541

Black with #987541

Text Example


Text Example

White with #987541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987541; }

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

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

background-color css

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

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

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

border-color css

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

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

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