Html Css Color HEX #987024 Buttered Rum

📋 copy color: '#987024'

red 152 ◦ green 112 ◦ blue 36

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

Shades of Buttered Rum #987024

Tints of Buttered Rum #987024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12%

R = 50.67%
G = 37.33%
B = 12%

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

#987024 (or 0x987024) is known color: Buttered Rum. HEX triplet: 98, 70 and 24. RGB value is (152,112,36). Sum of RGB (Red+Green+Blue) = 152+112+36=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #987024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987024 is #678FDB. Grayscale: #737373. Windows color (decimal): -6787036 or 2388120. OLE color: 2388120.

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

Color convert

RGB 152 112 36 -
CMYK 0 0.26 0.76 0.40
HSL 39.31º 0.62% 0.37% -
HSV(B) 39.31º 0.76% 0.6% -
XYZ 19.06 18.39 4.21 -
YUV 115.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 152 112 36 0 0.26 0.76 0.40 39.31 0.62 0.37
Hex 98 70 24 0 1A 4C 28 27 3E 25
Octal 230 160 44 0 32 114 50 47 76 45
Binary 10011000 1110000 100100 0 11010 1001100 101000 100111 111110 100101

Color Harmonies of #987024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987024

Black with #987024

Text Example


Text Example

White with #987024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987024; }

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

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

background-color css

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

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

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

border-color css

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

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

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