#857F4A

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

Shades of Clay Creek #857F4A

Tints of Clay Creek #857F4A

Color information

#857F4A (or 0x857F4A) is unknown color: approx Clay Creek. HEX triplet: 85, 7F and 4A. RGB value is (133,127,74). Sum of RGB (Red+Green+Blue) = 133+127+74=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F4A is #7A80B5. Grayscale: #7A7A7A. Windows color (decimal): -8028342 or 4882309. OLE color: 4882309.

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

Color convert

RGB13312774-
CMYK00.050.440.48
HSL53.9º28.5%40.59%-
HSV(B)53.9º44.36%52.16%-
XYZ18.520.669.49-
YUV122.75100.49135.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=39.82%
G=38.02%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331277400.050.440.4853.928.540.59
Hex857F4A052C30361d29
Octal205177112055460663551
Binary1000010111111111001010010110110011000011011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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