Html Css Color HEX #987334 Buttered Rum

📋 copy color: '#987334'

red 152 ◦ green 115 ◦ blue 52

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

Shades of Buttered Rum #987334

Tints of Buttered Rum #987334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 47.65%
G = 36.05%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#987334 (or 0x987334) is known color: Buttered Rum. HEX triplet: 98, 73 and 34. RGB value is (152,115,52). Sum of RGB (Red+Green+Blue) = 152+115+52=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #987334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987334 is #678CCB. Grayscale: #777777. Windows color (decimal): -6786252 or 3437464. OLE color: 3437464.

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

Color convert

RGB 152 115 52 -
CMYK 0 0.24 0.66 0.40
HSL 37.8º 0.49% 0.4% -
HSV(B) 37.8º 0.66% 0.6% -
XYZ 19.7 19.18 5.91 -
YUV 118.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 152 115 52 0 0.24 0.66 0.40 37.8 0.49 0.4
Hex 98 73 34 0 18 42 28 26 31 28
Octal 230 163 64 0 30 102 50 46 61 50
Binary 10011000 1110011 110100 0 11000 1000010 101000 100110 110001 101000

Color Harmonies of #987334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987334

Black with #987334

Text Example


Text Example

White with #987334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987334; }

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

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

background-color css

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

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

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

border-color css

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

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

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