#988372

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

Shades of Almond Frost #988372

Tints of Almond Frost #988372

Color information

#988372 (or 0x988372) is unknown color: approx Almond Frost. HEX triplet: 98, 83 and 72. RGB value is (152,131,114). Sum of RGB (Red+Green+Blue) = 152+131+114=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #988372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988372 is #677C8D. Grayscale: #878787. Windows color (decimal): -6782094 or 7504792. OLE color: 7504792.

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

Color convert

RGB152131114-
CMYK00.140.250.40
HSL26.84º15.57%52.16%-
HSV(B)26.84º25%59.61%-
XYZ24.124.1219.31-
YUV135.34115.96139.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=38.29%
G=33.00%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213111400.140.250.4026.8415.5752.16
Hex9883720E19281b1034
Octal2302031620163150332064
Binary1001100010000011111001001110110011010001101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988372; }

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

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

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

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

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

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

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

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