#857A48

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

Shades of Clay Creek #857A48

Tints of Clay Creek #857A48

Color information

#857A48 (or 0x857A48) is unknown color: approx Clay Creek. HEX triplet: 85, 7A and 48. RGB value is (133,122,72). Sum of RGB (Red+Green+Blue) = 133+122+72=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #857A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A48 is #7A85B7. Grayscale: #777777. Windows color (decimal): -8029624 or 4749957. OLE color: 4749957.

HSL color Cylindrical-coordinate representation of color #857A48: hue angle of 49.18º 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 #857A48 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB13312272-
CMYK00.080.460.48
HSL49.18º29.76%40.2%-
HSV(B)49.18º45.86%52.16%-
XYZ17.819.378.93-
YUV119.59101.14137.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=40.67%
G=37.31%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331227200.080.460.4849.1829.7640.2
Hex857A48082E30311e28
Octal2051721100105660613650
Binary10000101111101010010000100010111011000011000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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