Html Css Color HEX #987430 Buttered Rum

📋 copy color: '#987430'

red 152 ◦ green 116 ◦ blue 48

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

Shades of Buttered Rum #987430

Tints of Buttered Rum #987430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

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

R = 48.1%
G = 36.71%
B = 15.19%

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

#987430 (or 0x987430) is known color: Buttered Rum. HEX triplet: 98, 74 and 30. RGB value is (152,116,48). Sum of RGB (Red+Green+Blue) = 152+116+48=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987430 is #678BCF. Grayscale: #777777. Windows color (decimal): -6786000 or 3175576. OLE color: 3175576.

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

Color convert

RGB 152 116 48 -
CMYK 0 0.24 0.68 0.40
HSL 39.23º 0.52% 0.39% -
HSV(B) 39.23º 0.68% 0.6% -
XYZ 19.73 19.38 5.5 -
YUV 119.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 152 116 48 0 0.24 0.68 0.40 39.23 0.52 0.39
Hex 98 74 30 0 18 44 28 27 34 27
Octal 230 164 60 0 30 104 50 47 64 47
Binary 10011000 1110100 110000 0 11000 1000100 101000 100111 110100 100111

Color Harmonies of #987430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987430

Black with #987430

Text Example


Text Example

White with #987430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987430; }

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

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

background-color css

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

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

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

border-color css

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

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

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