#857F4F

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

Shades of Clay Creek #857F4F

Tints of Clay Creek #857F4F

Color information

#857F4F (or 0x857F4F) is unknown color: approx Clay Creek. HEX triplet: 85, 7F and 4F. RGB value is (133,127,79). Sum of RGB (Red+Green+Blue) = 133+127+79=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #857F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857F4F is #7A80B0. Grayscale: #7B7B7B. Windows color (decimal): -8028337 or 5209989. OLE color: 5209989.

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

Color convert

RGB13312779-
CMYK00.050.410.48
HSL53.33º25.47%41.57%-
HSV(B)53.33º40.6%52.16%-
XYZ18.6720.7310.41-
YUV123.32102.99134.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=39.23%
G=37.46%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331277900.050.410.4853.3325.4741.57
Hex857F4F05293035192a
Octal205177117055160653152
Binary1000010111111111001111010110100111000011010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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