#857B47

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

Shades of Clay Creek #857B47

Tints of Clay Creek #857B47

Color information

#857B47 (or 0x857B47) is unknown color: approx Clay Creek. HEX triplet: 85, 7B and 47. RGB value is (133,123,71). Sum of RGB (Red+Green+Blue) = 133+123+71=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #857B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B47 is #7A84B8. Grayscale: #787878. Windows color (decimal): -8029369 or 4684677. OLE color: 4684677.

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

Color convert

RGB13312371-
CMYK00.080.470.48
HSL50.32º30.39%40%-
HSV(B)50.32º46.62%52.16%-
XYZ17.8919.618.8-
YUV120.06100.31137.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=40.67%
G=37.61%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331237100.080.470.4850.3230.3940
Hex857B47082F30321e28
Octal2051731070105760623650
Binary10000101111101110001110100010111111000011001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,123,71); }

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

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

 a { background-color: rgb(133,123,71); }

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

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

 span { border-color: rgb(133,123,71); }

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