#857E58

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

Shades of Clay Creek #857E58

Tints of Clay Creek #857E58

Color information

#857E58 (or 0x857E58) is unknown color: approx Clay Creek. HEX triplet: 85, 7E and 58. RGB value is (133,126,88). Sum of RGB (Red+Green+Blue) = 133+126+88=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #857E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857E58 is #7A81A7. Grayscale: #7B7B7B. Windows color (decimal): -8028584 or 5799557. OLE color: 5799557.

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

Color convert

RGB13312688-
CMYK00.050.340.48
HSL50.67º20.36%43.33%-
HSV(B)50.67º33.83%52.16%-
XYZ18.920.6112.22-
YUV123.76107.82134.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=38.33%
G=36.31%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331268800.050.340.4850.6720.3643.33
Hex857E5805223033142b
Octal205176130054260632453
Binary1000010111111101011000010110001011000011001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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