Html Css Color HEX #987228 Buttered Rum

📋 copy color: '#987228'

red 152 ◦ green 114 ◦ blue 40

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

Shades of Buttered Rum #987228

Tints of Buttered Rum #987228

RGB

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

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

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

R = 49.67%
G = 37.25%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#987228 (or 0x987228) is known color: Buttered Rum. HEX triplet: 98, 72 and 28. RGB value is (152,114,40). Sum of RGB (Red+Green+Blue) = 152+114+40=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #987228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987228 is #678DD7. Grayscale: #757575. Windows color (decimal): -6786520 or 2650776. OLE color: 2650776.

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

Color convert

RGB 152 114 40 -
CMYK 0 0.25 0.74 0.40
HSL 39.64º 0.58% 0.38% -
HSV(B) 39.64º 0.74% 0.6% -
XYZ 19.35 18.86 4.63 -
YUV 116.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 152 114 40 0 0.25 0.74 0.40 39.64 0.58 0.38
Hex 98 72 28 0 19 4A 28 28 3A 26
Octal 230 162 50 0 31 112 50 50 72 46
Binary 10011000 1110010 101000 0 11001 1001010 101000 101000 111010 100110

Color Harmonies of #987228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987228

Black with #987228

Text Example


Text Example

White with #987228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987228; }

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

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

background-color css

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

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

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

border-color css

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

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

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