#958550

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

Shades of Clay Creek #958550

Tints of Clay Creek #958550

Color information

#958550 (or 0x958550) is unknown color: approx Clay Creek. HEX triplet: 95, 85 and 50. RGB value is (149,133,80). Sum of RGB (Red+Green+Blue) = 149+133+80=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958550 is #6A7AAF. Grayscale: #838383. Windows color (decimal): -6978224 or 5277077. OLE color: 5277077.

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

Color convert

RGB14913380-
CMYK00.110.460.42
HSL46.09º30.13%44.9%-
HSV(B)46.09º46.31%58.43%-
XYZ22.2323.7411-
YUV131.7498.8140.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=41.16%
G=36.74%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491338000.110.460.4246.0930.1344.9
Hex9585500B2E2A2e1e2d
Octal2252051200135652563655
Binary100101011000010110100000101110111010101010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958550; }

 p { color: rgb(149,133,80); }

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

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

 a { background-color: rgb(149,133,80); }

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

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

 span { border-color: rgb(149,133,80); }

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