#857E49

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

Shades of Clay Creek #857E49

Tints of Clay Creek #857E49

Color information

#857E49 (or 0x857E49) is unknown color: approx Clay Creek. HEX triplet: 85, 7E and 49. RGB value is (133,126,73). Sum of RGB (Red+Green+Blue) = 133+126+73=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E49 is #7A81B6. Grayscale: #7A7A7A. Windows color (decimal): -8028599 or 4816517. OLE color: 4816517.

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

Color convert

RGB13312673-
CMYK00.050.450.48
HSL53º29.13%40.39%-
HSV(B)53º45.11%52.16%-
XYZ18.3420.399.27-
YUV122.05100.32135.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=40.06%
G=37.95%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331267300.050.450.485329.1340.39
Hex857E49052D30351d28
Octal205176111055560653550
Binary1000010111111101001001010110110111000011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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