Html Css Color HEX #987236 Buttered Rum

📋 copy color: '#987236'

red 152 ◦ green 114 ◦ blue 54

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

Shades of Buttered Rum #987236

Tints of Buttered Rum #987236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 47.5%
G = 35.63%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#987236 (or 0x987236) is known color: Buttered Rum. HEX triplet: 98, 72 and 36. RGB value is (152,114,54). Sum of RGB (Red+Green+Blue) = 152+114+54=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #987236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987236 is #678DC9. Grayscale: #767676. Windows color (decimal): -6786506 or 3568280. OLE color: 3568280.

HSL color Cylindrical-coordinate representation of color #987236: hue angle of 36.73º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #987236 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 54 -
CMYK 0 0.25 0.64 0.40
HSL 36.73º 0.48% 0.4% -
HSV(B) 36.73º 0.64% 0.6% -
XYZ 19.63 18.98 6.12 -
YUV 118.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 152 114 54 0 0.25 0.64 0.40 36.73 0.48 0.4
Hex 98 72 36 0 19 40 28 25 30 28
Octal 230 162 66 0 31 100 50 45 60 50
Binary 10011000 1110010 110110 0 11001 1000000 101000 100101 110000 101000

Color Harmonies of #987236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987236

Black with #987236

Text Example


Text Example

White with #987236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987236; }

 p { color: rgb(152,114,54); }

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

background-color css

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

 a { background-color: rgb(152,114,54); }

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

border-color css

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

 span { border-color: rgb(152,114,54); }

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