Html Css Color HEX #987130 Buttered Rum

📋 copy color: '#987130'

red 152 ◦ green 113 ◦ blue 48

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

Shades of Buttered Rum #987130

Tints of Buttered Rum #987130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 48.56%
G = 36.1%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987130 (or 0x987130) is known color: Buttered Rum. HEX triplet: 98, 71 and 30. RGB value is (152,113,48). Sum of RGB (Red+Green+Blue) = 152+113+48=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #987130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987130 is #678ECF. Grayscale: #757575. Windows color (decimal): -6786768 or 3174808. OLE color: 3174808.

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

Color convert

RGB 152 113 48 -
CMYK 0 0.26 0.68 0.40
HSL 37.5º 0.52% 0.39% -
HSV(B) 37.5º 0.68% 0.6% -
XYZ 19.39 18.7 5.38 -
YUV 117.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 152 113 48 0 0.26 0.68 0.40 37.5 0.52 0.39
Hex 98 71 30 0 1A 44 28 26 34 27
Octal 230 161 60 0 32 104 50 46 64 47
Binary 10011000 1110001 110000 0 11010 1000100 101000 100110 110100 100111

Color Harmonies of #987130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987130

Black with #987130

Text Example


Text Example

White with #987130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987130; }

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

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

background-color css

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

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

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

border-color css

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

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

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