#95894F

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

Shades of Clay Creek #95894F

Tints of Clay Creek #95894F

Color information

#95894F (or 0x95894F) is unknown color: approx Clay Creek. HEX triplet: 95, 89 and 4F. RGB value is (149,137,79). Sum of RGB (Red+Green+Blue) = 149+137+79=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #95894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95894F is #6A76B0. Grayscale: #868686. Windows color (decimal): -6977201 or 5212565. OLE color: 5212565.

HSL color Cylindrical-coordinate representation of color #95894F: hue angle of 49.71º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95894F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14913779-
CMYK00.080.470.42
HSL49.71º30.7%44.71%-
HSV(B)49.71º46.98%58.43%-
XYZ22.7524.8510.99-
YUV133.9896.98138.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 79 (31.25% from 255) = 21.64%
R=40.82%
G=37.53%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491377900.080.470.4249.7130.744.71
Hex95894F082F2A321f2d
Octal2252111170105752623755
Binary100101011000100110011110100010111110101011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95894F; }

 p { color: rgb(149,137,79); }

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

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

 a { background-color: rgb(149,137,79); }

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

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

 span { border-color: rgb(149,137,79); }

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