Html Css Color HEX #987330 Buttered Rum

📋 copy color: '#987330'

red 152 ◦ green 115 ◦ blue 48

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

Shades of Buttered Rum #987330

Tints of Buttered Rum #987330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 48.25%
G = 36.51%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#987330 (or 0x987330) is known color: Buttered Rum. HEX triplet: 98, 73 and 30. RGB value is (152,115,48). Sum of RGB (Red+Green+Blue) = 152+115+48=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #987330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987330 is #678CCF. Grayscale: #767676. Windows color (decimal): -6786256 or 3175320. OLE color: 3175320.

HSL color Cylindrical-coordinate representation of color #987330: hue angle of 38.65º 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 #987330 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 48 -
CMYK 0 0.24 0.68 0.40
HSL 38.65º 0.52% 0.39% -
HSV(B) 38.65º 0.68% 0.6% -
XYZ 19.61 19.15 5.46 -
YUV 118.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 152 115 48 0 0.24 0.68 0.40 38.65 0.52 0.39
Hex 98 73 30 0 18 44 28 27 34 27
Octal 230 163 60 0 30 104 50 47 64 47
Binary 10011000 1110011 110000 0 11000 1000100 101000 100111 110100 100111

Color Harmonies of #987330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987330

Black with #987330

Text Example


Text Example

White with #987330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987330; }

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

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

background-color css

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

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

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

border-color css

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

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

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