#958953

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

Shades of Clay Creek #958953

Tints of Clay Creek #958953

Color information

#958953 (or 0x958953) is unknown color: approx Clay Creek. HEX triplet: 95, 89 and 53. RGB value is (149,137,83). Sum of RGB (Red+Green+Blue) = 149+137+83=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #958953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958953 is #6A76AC. Grayscale: #868686. Windows color (decimal): -6977197 or 5474709. OLE color: 5474709.

HSL color Cylindrical-coordinate representation of color #958953: hue angle of 49.09º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #958953 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14913783-
CMYK00.080.440.42
HSL49.09º28.45%45.49%-
HSV(B)49.09º44.3%58.43%-
XYZ22.924.9111.78-
YUV134.4398.98138.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=40.38%
G=37.13%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491378300.080.440.4249.0928.4545.49
Hex958953082C2A311c2d
Octal2252111230105452613455
Binary100101011000100110100110100010110010101011000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958953; }

 p { color: rgb(149,137,83); }

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

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

 a { background-color: rgb(149,137,83); }

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

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

 span { border-color: rgb(149,137,83); }

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