#95855B

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

Shades of Clay Creek #95855B

Tints of Clay Creek #95855B

Color information

#95855B (or 0x95855B) is unknown color: approx Clay Creek. HEX triplet: 95, 85 and 5B. RGB value is (149,133,91). Sum of RGB (Red+Green+Blue) = 149+133+91=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95855B is #6A7AA4. Grayscale: #858585. Windows color (decimal): -6978213 or 5997973. OLE color: 5997973.

HSL color Cylindrical-coordinate representation of color #95855B: hue angle of 43.45º 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 #95855B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14913391-
CMYK00.110.390.42
HSL43.45º24.17%47.06%-
HSV(B)43.45º38.93%58.43%-
XYZ22.6723.9213.32-
YUV133104.3139.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 91 (35.94% from 255) = 24.40%
R=39.95%
G=35.66%
B=24.40%

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
Decimal1491339100.110.390.4243.4524.1747.06
Hex95855B0B272A2b182f
Octal2252051330134752533057
Binary100101011000010110110110101110011110101010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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