#857A4E

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

Shades of Clay Creek #857A4E

Tints of Clay Creek #857A4E

Color information

#857A4E (or 0x857A4E) is unknown color: approx Clay Creek. HEX triplet: 85, 7A and 4E. RGB value is (133,122,78). Sum of RGB (Red+Green+Blue) = 133+122+78=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A4E is #7A85B1. Grayscale: #787878. Windows color (decimal): -8029618 or 5143173. OLE color: 5143173.

HSL color Cylindrical-coordinate representation of color #857A4E: hue angle of 48º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #857A4E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13312278-
CMYK00.080.410.48
HSL48º26.07%41.37%-
HSV(B)48º41.35%52.16%-
XYZ18.0119.4610.01-
YUV120.27104.14137.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=39.94%
G=36.64%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331227800.080.410.484826.0741.37
Hex857A4E082930301a29
Octal2051721160105160603251
Binary10000101111101010011100100010100111000011000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,78); }

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

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

 a { background-color: rgb(133,122,78); }

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

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

 span { border-color: rgb(133,122,78); }

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