Html Css Color HEX #987234 Buttered Rum

📋 copy color: '#987234'

red 152 ◦ green 114 ◦ blue 52

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

Shades of Buttered Rum #987234

Tints of Buttered Rum #987234

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.85%

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

R = 47.8%
G = 35.85%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#987234 (or 0x987234) is known color: Buttered Rum. HEX triplet: 98, 72 and 34. RGB value is (152,114,52). Sum of RGB (Red+Green+Blue) = 152+114+52=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #987234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987234 is #678DCB. Grayscale: #767676. Windows color (decimal): -6786508 or 3437208. OLE color: 3437208.

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

Color convert

RGB 152 114 52 -
CMYK 0 0.25 0.66 0.40
HSL 37.2º 0.49% 0.4% -
HSV(B) 37.2º 0.66% 0.6% -
XYZ 19.59 18.96 5.88 -
YUV 118.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 152 114 52 0 0.25 0.66 0.40 37.2 0.49 0.4
Hex 98 72 34 0 19 42 28 25 31 28
Octal 230 162 64 0 31 102 50 45 61 50
Binary 10011000 1110010 110100 0 11001 1000010 101000 100101 110001 101000

Color Harmonies of #987234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987234

Black with #987234

Text Example


Text Example

White with #987234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987234; }

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

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

background-color css

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

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

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

border-color css

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

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

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