Html Css Color HEX #987038 Buttered Rum

📋 copy color: '#987038'

red 152 ◦ green 112 ◦ blue 56

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

Shades of Buttered Rum #987038

Tints of Buttered Rum #987038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 47.5%
G = 35%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#987038 (or 0x987038) is known color: Buttered Rum. HEX triplet: 98, 70 and 38. RGB value is (152,112,56). Sum of RGB (Red+Green+Blue) = 152+112+56=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #987038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987038 is #678FC7. Grayscale: #757575. Windows color (decimal): -6787016 or 3698840. OLE color: 3698840.

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

Color convert

RGB 152 112 56 -
CMYK 0 0.26 0.63 0.40
HSL 35º 0.46% 0.41% -
HSV(B) 35º 0.63% 0.6% -
XYZ 19.46 18.55 6.3 -
YUV 117.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 152 112 56 0 0.26 0.63 0.40 35 0.46 0.41
Hex 98 70 38 0 1A 3F 28 23 2E 29
Octal 230 160 70 0 32 77 50 43 56 51
Binary 10011000 1110000 111000 0 11010 111111 101000 100011 101110 101001

Color Harmonies of #987038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987038

Black with #987038

Text Example


Text Example

White with #987038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987038; }

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

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

background-color css

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

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

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

border-color css

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

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

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