#988753

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

Shades of Clay Creek #988753

Tints of Clay Creek #988753

Color information

#988753 (or 0x988753) is unknown color: approx Clay Creek. HEX triplet: 98, 87 and 53. RGB value is (152,135,83). Sum of RGB (Red+Green+Blue) = 152+135+83=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988753 is #6778AC. Grayscale: #868686. Windows color (decimal): -6781101 or 5474200. OLE color: 5474200.

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

Color convert

RGB15213583-
CMYK00.110.450.40
HSL45.22º29.36%46.08%-
HSV(B)45.22º45.39%59.61%-
XYZ23.1724.6311.72-
YUV134.1599.13140.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=41.08%
G=36.49%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521358300.110.450.4045.2229.3646.08
Hex9887530B2D282d1d2e
Octal2302071230135550553556
Binary100110001000011110100110101110110110100010110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988753; }

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

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

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

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

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

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

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

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