#95845A

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

Shades of Clay Creek #95845A

Tints of Clay Creek #95845A

Color information

#95845A (or 0x95845A) is unknown color: approx Clay Creek. HEX triplet: 95, 84 and 5A. RGB value is (149,132,90). Sum of RGB (Red+Green+Blue) = 149+132+90=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95845A is #6A7BA5. Grayscale: #848484. Windows color (decimal): -6978470 or 5932181. OLE color: 5932181.

HSL color Cylindrical-coordinate representation of color #95845A: hue angle of 42.71º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95845A is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14913290-
CMYK00.110.400.42
HSL42.71º24.69%46.86%-
HSV(B)42.71º39.6%58.43%-
XYZ22.4923.6313.05-
YUV132.29104.13139.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=40.16%
G=35.58%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491329000.110.400.4242.7124.6946.86
Hex95845A0B282A2b192f
Octal2252041320135052533157
Binary100101011000010010110100101110100010101010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95845A; }

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

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

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

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

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

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

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

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