Html Css Color HEX #987025 Buttered Rum

📋 copy color: '#987025'

red 152 ◦ green 112 ◦ blue 37

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

Shades of Buttered Rum #987025

Tints of Buttered Rum #987025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

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

R = 50.5%
G = 37.21%
B = 12.29%

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

#987025 (or 0x987025) is known color: Buttered Rum. HEX triplet: 98, 70 and 25. RGB value is (152,112,37). Sum of RGB (Red+Green+Blue) = 152+112+37=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #987025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987025 is #678FDA. Grayscale: #737373. Windows color (decimal): -6787035 or 2453656. OLE color: 2453656.

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

Color convert

RGB 152 112 37 -
CMYK 0 0.26 0.76 0.40
HSL 39.13º 0.61% 0.37% -
HSV(B) 39.13º 0.76% 0.6% -
XYZ 19.08 18.4 4.3 -
YUV 115.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 152 112 37 0 0.26 0.76 0.40 39.13 0.61 0.37
Hex 98 70 25 0 1A 4C 28 27 3D 25
Octal 230 160 45 0 32 114 50 47 75 45
Binary 10011000 1110000 100101 0 11010 1001100 101000 100111 111101 100101

Color Harmonies of #987025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987025

Black with #987025

Text Example


Text Example

White with #987025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987025; }

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

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

background-color css

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

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

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

border-color css

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

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

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