Html Css Color HEX #987125 Buttered Rum

📋 copy color: '#987125'

red 152 ◦ green 113 ◦ blue 37

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

Shades of Buttered Rum #987125

Tints of Buttered Rum #987125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 50.33%
G = 37.42%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#987125 (or 0x987125) is known color: Buttered Rum. HEX triplet: 98, 71 and 25. RGB value is (152,113,37). Sum of RGB (Red+Green+Blue) = 152+113+37=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #987125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987125 is #678EDA. Grayscale: #747474. Windows color (decimal): -6786779 or 2453912. OLE color: 2453912.

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

Color convert

RGB 152 113 37 -
CMYK 0 0.26 0.76 0.40
HSL 39.65º 0.61% 0.37% -
HSV(B) 39.65º 0.76% 0.6% -
XYZ 19.19 18.62 4.33 -
YUV 116 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 152 113 37 0 0.26 0.76 0.40 39.65 0.61 0.37
Hex 98 71 25 0 1A 4C 28 28 3D 25
Octal 230 161 45 0 32 114 50 50 75 45
Binary 10011000 1110001 100101 0 11010 1001100 101000 101000 111101 100101

Color Harmonies of #987125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987125

Black with #987125

Text Example


Text Example

White with #987125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987125; }

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

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

background-color css

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

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

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

border-color css

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

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

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