#95845B

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

Shades of Clay Creek #95845B

Tints of Clay Creek #95845B

Color information

#95845B (or 0x95845B) is unknown color: approx Clay Creek. HEX triplet: 95, 84 and 5B. RGB value is (149,132,91). Sum of RGB (Red+Green+Blue) = 149+132+91=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95845B is #6A7BA4. Grayscale: #848484. Windows color (decimal): -6978469 or 5997717. OLE color: 5997717.

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

Color convert

RGB14913291-
CMYK00.110.390.42
HSL42.41º24.17%47.06%-
HSV(B)42.41º38.93%58.43%-
XYZ22.5323.6513.27-
YUV132.41104.63139.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=40.05%
G=35.48%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491329100.110.390.4242.4124.1747.06
Hex95845B0B272A2a182f
Octal2252041330134752523057
Binary100101011000010010110110101110011110101010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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