Html Css Color HEX #987530 Buttered Rum

📋 copy color: '#987530'

red 152 ◦ green 117 ◦ blue 48

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

Shades of Buttered Rum #987530

Tints of Buttered Rum #987530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 47.95%
G = 36.91%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987530 (or 0x987530) is known color: Buttered Rum. HEX triplet: 98, 75 and 30. RGB value is (152,117,48). Sum of RGB (Red+Green+Blue) = 152+117+48=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #987530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987530 is #678ACF. Grayscale: #777777. Windows color (decimal): -6785744 or 3175832. OLE color: 3175832.

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

Color convert

RGB 152 117 48 -
CMYK 0 0.23 0.68 0.40
HSL 39.81º 0.52% 0.39% -
HSV(B) 39.81º 0.68% 0.6% -
XYZ 19.84 19.61 5.54 -
YUV 119.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 152 117 48 0 0.23 0.68 0.40 39.81 0.52 0.39
Hex 98 75 30 0 17 44 28 28 34 27
Octal 230 165 60 0 27 104 50 50 64 47
Binary 10011000 1110101 110000 0 10111 1000100 101000 101000 110100 100111

Color Harmonies of #987530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987530

Black with #987530

Text Example


Text Example

White with #987530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987530; }

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

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

background-color css

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

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

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

border-color css

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

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

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