Html Css Color HEX #987B35 Buttered Rum

📋 copy color: '#987B35'

red 152 ◦ green 123 ◦ blue 53

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

Shades of Buttered Rum #987B35

Tints of Buttered Rum #987B35

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.5%

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

R = 46.34%
G = 37.5%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#987B35 (or 0x987B35) is known color: Buttered Rum. HEX triplet: 98, 7B and 35. RGB value is (152,123,53). Sum of RGB (Red+Green+Blue) = 152+123+53=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #987B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B35 is #6784CA. Grayscale: #7B7B7B. Windows color (decimal): -6784203 or 3505048. OLE color: 3505048.

HSL color Cylindrical-coordinate representation of color #987B35: hue angle of 42.42º 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 #987B35 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 123 53 -
CMYK 0 0.19 0.65 0.40
HSL 42.42º 0.48% 0.4% -
HSV(B) 42.42º 0.65% 0.6% -
XYZ 20.67 21.1 6.35 -
YUV 123.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 152 123 53 0 0.19 0.65 0.40 42.42 0.48 0.4
Hex 98 7B 35 0 13 41 28 2A 30 28
Octal 230 173 65 0 23 101 50 52 60 50
Binary 10011000 1111011 110101 0 10011 1000001 101000 101010 110000 101000

Color Harmonies of #987B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B35

Black with #987B35

Text Example


Text Example

White with #987B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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