Html Css Color HEX #987231 Buttered Rum

📋 copy color: '#987231'

red 152 ◦ green 114 ◦ blue 49

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

Shades of Buttered Rum #987231

Tints of Buttered Rum #987231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 48.25%
G = 36.19%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987231 (or 0x987231) is known color: Buttered Rum. HEX triplet: 98, 72 and 31. RGB value is (152,114,49). Sum of RGB (Red+Green+Blue) = 152+114+49=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #987231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987231 is #678DCE. Grayscale: #767676. Windows color (decimal): -6786511 or 3240600. OLE color: 3240600.

HSL color Cylindrical-coordinate representation of color #987231: hue angle of 37.86º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #987231 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 49 -
CMYK 0 0.25 0.68 0.40
HSL 37.86º 0.51% 0.39% -
HSV(B) 37.86º 0.68% 0.6% -
XYZ 19.52 18.93 5.53 -
YUV 117.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 152 114 49 0 0.25 0.68 0.40 37.86 0.51 0.39
Hex 98 72 31 0 19 44 28 26 33 27
Octal 230 162 61 0 31 104 50 46 63 47
Binary 10011000 1110010 110001 0 11001 1000100 101000 100110 110011 100111

Color Harmonies of #987231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987231

Black with #987231

Text Example


Text Example

White with #987231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987231; }

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

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

background-color css

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

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

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

border-color css

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

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

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