#857E52

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

Shades of Clay Creek #857E52

Tints of Clay Creek #857E52

Color information

#857E52 (or 0x857E52) is unknown color: approx Clay Creek. HEX triplet: 85, 7E and 52. RGB value is (133,126,82). Sum of RGB (Red+Green+Blue) = 133+126+82=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #857E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E52 is #7A81AD. Grayscale: #7B7B7B. Windows color (decimal): -8028590 or 5406341. OLE color: 5406341.

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

Color convert

RGB13312682-
CMYK00.050.380.48
HSL51.76º23.72%42.16%-
HSV(B)51.76º38.35%52.16%-
XYZ18.6620.5210.96-
YUV123.08104.82135.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=39.00%
G=36.95%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331268200.050.380.4851.7623.7242.16
Hex857E5205263034182a
Octal205176122054660643052
Binary1000010111111101010010010110011011000011010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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