#857D46

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

Shades of Clay Creek #857D46

Tints of Clay Creek #857D46

Color information

#857D46 (or 0x857D46) is unknown color: approx Clay Creek. HEX triplet: 85, 7D and 46. RGB value is (133,125,70). Sum of RGB (Red+Green+Blue) = 133+125+70=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #857D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D46 is #7A82B9. Grayscale: #797979. Windows color (decimal): -8028858 or 4619653. OLE color: 4619653.

HSL color Cylindrical-coordinate representation of color #857D46: hue angle of 52.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #857D46 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB13312570-
CMYK00.060.470.48
HSL52.38º31.03%39.8%-
HSV(B)52.38º47.37%52.16%-
XYZ18.1120.18.72-
YUV121.1299.15136.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 125 (49.22% from 255) = 38.11%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=40.55%
G=38.11%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331257000.060.470.4852.3831.0339.8
Hex857D46062F30341f28
Octal205175106065760643750
Binary1000010111111011000110011010111111000011010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,125,70); }

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

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

 a { background-color: rgb(133,125,70); }

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

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

 span { border-color: rgb(133,125,70); }

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