#988D52

Color #988D52 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #988D52

Tints of Clay Creek #988D52

Color information

#988D52 (or 0x988D52) is unknown color: approx Clay Creek. HEX triplet: 98, 8D and 52. RGB value is (152,141,82). Sum of RGB (Red+Green+Blue) = 152+141+82=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D52 is #6772AD. Grayscale: #898989. Windows color (decimal): -6779566 or 5410200. OLE color: 5410200.

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

Color convert

RGB15214182-
CMYK00.070.460.40
HSL50.57º29.91%45.88%-
HSV(B)50.57º46.05%59.61%-
XYZ2426.3311.8-
YUV137.5696.64138.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=40.53%
G=37.6%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521418200.070.460.4050.5729.9145.88
Hex988D52072E28331e2e
Octal230215122075650633656
Binary10011000100011011010010011110111010100011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988D52; }

 p { color: rgb(152,141,82); }

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

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

 a { background-color: rgb(152,141,82); }

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

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

 span { border-color: rgb(152,141,82); }

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