Html Css Color HEX #987241 Buttered Rum

📋 copy color: '#987241'

red 152 ◦ green 114 ◦ blue 65

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

Shades of Buttered Rum #987241

Tints of Buttered Rum #987241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 45.92%
G = 34.44%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987241 (or 0x987241) is known color: Buttered Rum. HEX triplet: 98, 72 and 41. RGB value is (152,114,65). Sum of RGB (Red+Green+Blue) = 152+114+65=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #987241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987241 is #678DBE. Grayscale: #787878. Windows color (decimal): -6786495 or 4289176. OLE color: 4289176.

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

Color convert

RGB 152 114 65 -
CMYK 0 0.25 0.57 0.40
HSL 33.79º 0.4% 0.43% -
HSV(B) 33.79º 0.57% 0.6% -
XYZ 19.92 19.09 7.64 -
YUV 119.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 152 114 65 0 0.25 0.57 0.40 33.79 0.4 0.43
Hex 98 72 41 0 19 39 28 22 28 2B
Octal 230 162 101 0 31 71 50 42 50 53
Binary 10011000 1110010 1000001 0 11001 111001 101000 100010 101000 101011

Color Harmonies of #987241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987241

Black with #987241

Text Example


Text Example

White with #987241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987241; }

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

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

background-color css

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

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

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

border-color css

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

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

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