#857D4A

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

Shades of Clay Creek #857D4A

Tints of Clay Creek #857D4A

Color information

#857D4A (or 0x857D4A) is unknown color: approx Clay Creek. HEX triplet: 85, 7D and 4A. RGB value is (133,125,74). Sum of RGB (Red+Green+Blue) = 133+125+74=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D4A is #7A82B5. Grayscale: #797979. Windows color (decimal): -8028854 or 4881797. OLE color: 4881797.

HSL color Cylindrical-coordinate representation of color #857D4A: hue angle of 51.86º 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 #857D4A is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13312574-
CMYK00.060.440.48
HSL51.86º28.5%40.59%-
HSV(B)51.86º44.36%52.16%-
XYZ18.2420.159.41-
YUV121.58101.15136.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=40.06%
G=37.65%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331257400.060.440.4851.8628.540.59
Hex857D4A062C30341d29
Octal205175112065460643551
Binary1000010111111011001010011010110011000011010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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