Html Css Color HEX #987327 Buttered Rum

📋 copy color: '#987327'

red 152 ◦ green 115 ◦ blue 39

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

Shades of Buttered Rum #987327

Tints of Buttered Rum #987327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.75%

R = 49.67%
G = 37.58%
B = 12.75%

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

#987327 (or 0x987327) is known color: Buttered Rum. HEX triplet: 98, 73 and 27. RGB value is (152,115,39). Sum of RGB (Red+Green+Blue) = 152+115+39=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #987327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987327 is #678CD8. Grayscale: #757575. Windows color (decimal): -6786265 or 2585496. OLE color: 2585496.

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

Color convert

RGB 152 115 39 -
CMYK 0 0.24 0.74 0.40
HSL 40.35º 0.59% 0.37% -
HSV(B) 40.35º 0.74% 0.6% -
XYZ 19.45 19.08 4.58 -
YUV 117.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 152 115 39 0 0.24 0.74 0.40 40.35 0.59 0.37
Hex 98 73 27 0 18 4A 28 28 3B 25
Octal 230 163 47 0 30 112 50 50 73 45
Binary 10011000 1110011 100111 0 11000 1001010 101000 101000 111011 100101

Color Harmonies of #987327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987327

Black with #987327

Text Example


Text Example

White with #987327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987327; }

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

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

background-color css

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

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

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

border-color css

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

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

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