#958454

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

Shades of Clay Creek #958454

Tints of Clay Creek #958454

Color information

#958454 (or 0x958454) is unknown color: approx Clay Creek. HEX triplet: 95, 84 and 54. RGB value is (149,132,84). Sum of RGB (Red+Green+Blue) = 149+132+84=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958454 is #6A7BAB. Grayscale: #838383. Windows color (decimal): -6978476 or 5538965. OLE color: 5538965.

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

Color convert

RGB14913284-
CMYK00.110.440.42
HSL44.31º27.9%45.69%-
HSV(B)44.31º43.62%58.43%-
XYZ22.2523.5311.76-
YUV131.61101.13140.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=40.82%
G=36.16%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491328400.110.440.4244.3127.945.69
Hex9584540B2C2A2c1c2e
Octal2252041240135452543456
Binary100101011000010010101000101110110010101010110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958454; }

 p { color: rgb(149,132,84); }

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

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

 a { background-color: rgb(149,132,84); }

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

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

 span { border-color: rgb(149,132,84); }

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