#958353

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

Shades of Clay Creek #958353

Tints of Clay Creek #958353

Color information

#958353 (or 0x958353) is unknown color: approx Clay Creek. HEX triplet: 95, 83 and 53. RGB value is (149,131,83). Sum of RGB (Red+Green+Blue) = 149+131+83=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958353 is #6A7CAC. Grayscale: #838383. Windows color (decimal): -6978733 or 5473173. OLE color: 5473173.

HSL color Cylindrical-coordinate representation of color #958353: hue angle of 43.64º 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 #958353 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14913183-
CMYK00.120.440.42
HSL43.64º28.45%45.49%-
HSV(B)43.64º44.3%58.43%-
XYZ22.0723.2511.51-
YUV130.91100.96140.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=41.05%
G=36.09%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491318300.120.440.4243.6428.4545.49
Hex9583530C2C2A2c1c2d
Octal2252031230145452543455
Binary100101011000001110100110110010110010101010110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958353; }

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

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

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

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

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

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

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

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