#988C52

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

Shades of Clay Creek #988C52

Tints of Clay Creek #988C52

Color information

#988C52 (or 0x988C52) is unknown color: approx Clay Creek. HEX triplet: 98, 8C and 52. RGB value is (152,140,82). Sum of RGB (Red+Green+Blue) = 152+140+82=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C52 is #6773AD. Grayscale: #898989. Windows color (decimal): -6779822 or 5409944. OLE color: 5409944.

HSL color Cylindrical-coordinate representation of color #988C52: hue angle of 49.71º 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 #988C52 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB15214082-
CMYK00.080.460.40
HSL49.71º29.91%45.88%-
HSV(B)49.71º46.05%59.61%-
XYZ23.8526.0411.75-
YUV136.9896.98138.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=40.64%
G=37.43%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521408200.080.460.4049.7129.9145.88
Hex988C52082E28321e2e
Octal2302141220105650623656
Binary100110001000110010100100100010111010100011001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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