#857E4D

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

Shades of Clay Creek #857E4D

Tints of Clay Creek #857E4D

Color information

#857E4D (or 0x857E4D) is unknown color: approx Clay Creek. HEX triplet: 85, 7E and 4D. RGB value is (133,126,77). Sum of RGB (Red+Green+Blue) = 133+126+77=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #857E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E4D is #7A81B2. Grayscale: #7A7A7A. Windows color (decimal): -8028595 or 5078661. OLE color: 5078661.

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

Color convert

RGB13312677-
CMYK00.050.420.48
HSL52.5º26.67%41.18%-
HSV(B)52.5º42.11%52.16%-
XYZ18.4720.449.99-
YUV122.51102.32135.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=39.58%
G=37.5%
B=22.92%

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
Decimal1331267700.050.420.4852.526.6741.18
Hex857E4D052A30341b29
Octal205176115055260643351
Binary1000010111111101001101010110101011000011010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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