Html Css Color HEX #987328 Buttered Rum

📋 copy color: '#987328'

red 152 ◦ green 115 ◦ blue 40

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

Shades of Buttered Rum #987328

Tints of Buttered Rum #987328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 49.51%
G = 37.46%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#987328 (or 0x987328) is known color: Buttered Rum. HEX triplet: 98, 73 and 28. RGB value is (152,115,40). Sum of RGB (Red+Green+Blue) = 152+115+40=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #987328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987328 is #678CD7. Grayscale: #757575. Windows color (decimal): -6786264 or 2651032. OLE color: 2651032.

HSL color Cylindrical-coordinate representation of color #987328: hue angle of 40.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987328 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 115 40 -
CMYK 0 0.24 0.74 0.40
HSL 40.18º 0.58% 0.38% -
HSV(B) 40.18º 0.74% 0.6% -
XYZ 19.46 19.09 4.67 -
YUV 117.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 152 115 40 0 0.24 0.74 0.40 40.18 0.58 0.38
Hex 98 73 28 0 18 4A 28 28 3A 26
Octal 230 163 50 0 30 112 50 50 72 46
Binary 10011000 1110011 101000 0 11000 1001010 101000 101000 111010 100110

Color Harmonies of #987328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987328

Black with #987328

Text Example


Text Example

White with #987328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987328; }

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

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

background-color css

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

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

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

border-color css

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

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

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