Html Css Color HEX #987238 Buttered Rum

📋 copy color: '#987238'

red 152 ◦ green 114 ◦ blue 56

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

Shades of Buttered Rum #987238

Tints of Buttered Rum #987238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 47.2%
G = 35.4%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#987238 (or 0x987238) is known color: Buttered Rum. HEX triplet: 98, 72 and 38. RGB value is (152,114,56). Sum of RGB (Red+Green+Blue) = 152+114+56=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #987238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987238 is #678DC7. Grayscale: #777777. Windows color (decimal): -6786504 or 3699352. OLE color: 3699352.

HSL color Cylindrical-coordinate representation of color #987238: hue angle of 36.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #987238 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 56 -
CMYK 0 0.25 0.63 0.40
HSL 36.25º 0.46% 0.41% -
HSV(B) 36.25º 0.63% 0.6% -
XYZ 19.68 19 6.37 -
YUV 118.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 152 114 56 0 0.25 0.63 0.40 36.25 0.46 0.41
Hex 98 72 38 0 19 3F 28 24 2E 29
Octal 230 162 70 0 31 77 50 44 56 51
Binary 10011000 1110010 111000 0 11001 111111 101000 100100 101110 101001

Color Harmonies of #987238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987238

Black with #987238

Text Example


Text Example

White with #987238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987238; }

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

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

background-color css

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

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

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

border-color css

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

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

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