Html Css Color HEX #987226 Buttered Rum

📋 copy color: '#987226'

red 152 ◦ green 114 ◦ blue 38

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

Shades of Buttered Rum #987226

Tints of Buttered Rum #987226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 50%
G = 37.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#987226 (or 0x987226) is known color: Buttered Rum. HEX triplet: 98, 72 and 26. RGB value is (152,114,38). Sum of RGB (Red+Green+Blue) = 152+114+38=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #987226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987226 is #678DD9. Grayscale: #757575. Windows color (decimal): -6786522 or 2519704. OLE color: 2519704.

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

Color convert

RGB 152 114 38 -
CMYK 0 0.25 0.75 0.40
HSL 40º 0.6% 0.37% -
HSV(B) 40º 0.75% 0.6% -
XYZ 19.32 18.85 4.45 -
YUV 116.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 152 114 38 0 0.25 0.75 0.40 40 0.6 0.37
Hex 98 72 26 0 19 4B 28 28 3C 25
Octal 230 162 46 0 31 113 50 50 74 45
Binary 10011000 1110010 100110 0 11001 1001011 101000 101000 111100 100101

Color Harmonies of #987226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987226

Black with #987226

Text Example


Text Example

White with #987226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987226; }

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

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

background-color css

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

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

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

border-color css

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

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

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