Html Css Color HEX #987535 Buttered Rum

📋 copy color: '#987535'

red 152 ◦ green 117 ◦ blue 53

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

Shades of Buttered Rum #987535

Tints of Buttered Rum #987535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 47.2%
G = 36.34%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#987535 (or 0x987535) is known color: Buttered Rum. HEX triplet: 98, 75 and 35. RGB value is (152,117,53). Sum of RGB (Red+Green+Blue) = 152+117+53=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #987535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987535 is #678ACA. Grayscale: #787878. Windows color (decimal): -6785739 or 3503512. OLE color: 3503512.

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

Color convert

RGB 152 117 53 -
CMYK 0 0.23 0.65 0.40
HSL 38.79º 0.48% 0.4% -
HSV(B) 38.79º 0.65% 0.6% -
XYZ 19.95 19.66 6.11 -
YUV 120.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 152 117 53 0 0.23 0.65 0.40 38.79 0.48 0.4
Hex 98 75 35 0 17 41 28 27 30 28
Octal 230 165 65 0 27 101 50 47 60 50
Binary 10011000 1110101 110101 0 10111 1000001 101000 100111 110000 101000

Color Harmonies of #987535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987535

Black with #987535

Text Example


Text Example

White with #987535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987535; }

 p { color: rgb(152,117,53); }

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

background-color css

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

 a { background-color: rgb(152,117,53); }

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

border-color css

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

 span { border-color: rgb(152,117,53); }

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