#988952

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

Shades of Clay Creek #988952

Tints of Clay Creek #988952

Color information

#988952 (or 0x988952) is unknown color: approx Clay Creek. HEX triplet: 98, 89 and 52. RGB value is (152,137,82). Sum of RGB (Red+Green+Blue) = 152+137+82=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988952 is #6776AD. Grayscale: #878787. Windows color (decimal): -6780590 or 5409176. OLE color: 5409176.

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

Color convert

RGB15213782-
CMYK00.100.460.40
HSL47.14º29.91%45.88%-
HSV(B)47.14º46.05%59.61%-
XYZ23.4225.1811.61-
YUV135.2297.97139.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=40.97%
G=36.93%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521378200.100.460.4047.1429.9145.88
Hex9889520A2E282f1e2e
Octal2302111220125650573656
Binary100110001000100110100100101010111010100010111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988952; }

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

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

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

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

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

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

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

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