#857D48

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

Shades of Clay Creek #857D48

Tints of Clay Creek #857D48

Color information

#857D48 (or 0x857D48) is unknown color: approx Clay Creek. HEX triplet: 85, 7D and 48. RGB value is (133,125,72). Sum of RGB (Red+Green+Blue) = 133+125+72=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #857D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857D48 is #7A82B7. Grayscale: #797979. Windows color (decimal): -8028856 or 4750725. OLE color: 4750725.

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

Color convert

RGB13312572-
CMYK00.060.460.48
HSL52.13º29.76%40.2%-
HSV(B)52.13º45.86%52.16%-
XYZ18.1820.129.06-
YUV121.35100.15136.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=40.30%
G=37.88%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331257200.060.460.4852.1329.7640.2
Hex857D48062E30341e28
Octal205175110065660643650
Binary1000010111111011001000011010111011000011010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,125,72); }

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

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

 a { background-color: rgb(133,125,72); }

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

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

 span { border-color: rgb(133,125,72); }

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