#857F4D

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

Shades of Clay Creek #857F4D

Tints of Clay Creek #857F4D

Color information

#857F4D (or 0x857F4D) is unknown color: approx Clay Creek. HEX triplet: 85, 7F and 4D. RGB value is (133,127,77). Sum of RGB (Red+Green+Blue) = 133+127+77=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #857F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F4D is #7A80B2. Grayscale: #7B7B7B. Windows color (decimal): -8028339 or 5078917. OLE color: 5078917.

HSL color Cylindrical-coordinate representation of color #857F4D: hue angle of 53.57º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #857F4D is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13312777-
CMYK00.050.420.48
HSL53.57º26.67%41.18%-
HSV(B)53.57º42.11%52.16%-
XYZ18.620.710.04-
YUV123.09101.99135.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=39.47%
G=37.69%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331277700.050.420.4853.5726.6741.18
Hex857F4D052A30361b29
Octal205177115055260663351
Binary1000010111111111001101010110101011000011011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857F4D; }

 p { color: rgb(133,127,77); }

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

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

 a { background-color: rgb(133,127,77); }

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

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

 span { border-color: rgb(133,127,77); }

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