#988748

Color #988748 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #988748

Tints of Highball #988748

Color information

#988748 (or 0x988748) is unknown color: approx Highball. HEX triplet: 98, 87 and 48. RGB value is (152,135,72). Sum of RGB (Red+Green+Blue) = 152+135+72=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #988748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988748 is #6778B7. Grayscale: #858585. Windows color (decimal): -6781112 or 4753304. OLE color: 4753304.

HSL color Cylindrical-coordinate representation of color #988748: hue angle of 47.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #988748 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB15213572-
CMYK00.110.530.40
HSL47.25º35.71%43.92%-
HSV(B)47.25º52.63%59.61%-
XYZ22.7824.479.65-
YUV132.993.63141.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=42.34%
G=37.60%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521357200.110.530.4047.2535.7143.92
Hex9887480B35282f242c
Octal2302071100136550574454
Binary1001100010000111100100001011110101101000101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988748; }

 p { color: rgb(152,135,72); }

 H1.HeaderClassName
 {
   color: #988748;
 }
 .AnyTagClassName
 {
   color: #988748;
 }
</style>
background-color css

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

 a { background-color: rgb(152,135,72); }

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

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

 span { border-color: rgb(152,135,72); }

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