#857A4D

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

Shades of Clay Creek #857A4D

Tints of Clay Creek #857A4D

Color information

#857A4D (or 0x857A4D) is unknown color: approx Clay Creek. HEX triplet: 85, 7A and 4D. RGB value is (133,122,77). Sum of RGB (Red+Green+Blue) = 133+122+77=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A4D is #7A85B2. Grayscale: #787878. Windows color (decimal): -8029619 or 5077637. OLE color: 5077637.

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

Color convert

RGB13312277-
CMYK00.080.420.48
HSL48.21º26.67%41.18%-
HSV(B)48.21º42.11%52.16%-
XYZ17.9719.449.83-
YUV120.16103.64137.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=40.06%
G=36.75%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331227700.080.420.4848.2126.6741.18
Hex857A4D082A30301b29
Octal2051721150105260603351
Binary10000101111101010011010100010101011000011000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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