Html Css Color HEX #987126 Buttered Rum

📋 copy color: '#987126'

red 152 ◦ green 113 ◦ blue 38

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

Shades of Buttered Rum #987126

Tints of Buttered Rum #987126

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

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

R = 50.17%
G = 37.29%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#987126 (or 0x987126) is known color: Buttered Rum. HEX triplet: 98, 71 and 26. RGB value is (152,113,38). Sum of RGB (Red+Green+Blue) = 152+113+38=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #987126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987126 is #678ED9. Grayscale: #747474. Windows color (decimal): -6786778 or 2519448. OLE color: 2519448.

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

Color convert

RGB 152 113 38 -
CMYK 0 0.26 0.75 0.40
HSL 39.47º 0.6% 0.37% -
HSV(B) 39.47º 0.75% 0.6% -
XYZ 19.2 18.63 4.42 -
YUV 116.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 152 113 38 0 0.26 0.75 0.40 39.47 0.6 0.37
Hex 98 71 26 0 1A 4B 28 27 3C 25
Octal 230 161 46 0 32 113 50 47 74 45
Binary 10011000 1110001 100110 0 11010 1001011 101000 100111 111100 100101

Color Harmonies of #987126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987126

Black with #987126

Text Example


Text Example

White with #987126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987126; }

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

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

background-color css

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

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

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

border-color css

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

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

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