#857A52

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

Shades of Clay Creek #857A52

Tints of Clay Creek #857A52

Color information

#857A52 (or 0x857A52) is unknown color: approx Clay Creek. HEX triplet: 85, 7A and 52. RGB value is (133,122,82). Sum of RGB (Red+Green+Blue) = 133+122+82=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #857A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857A52 is #7A85AD. Grayscale: #787878. Windows color (decimal): -8029614 or 5405317. OLE color: 5405317.

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

Color convert

RGB13312282-
CMYK00.080.380.48
HSL47.06º23.72%42.16%-
HSV(B)47.06º38.35%52.16%-
XYZ18.1619.5110.79-
YUV120.73106.14136.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=39.47%
G=36.20%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331228200.080.380.4847.0623.7242.16
Hex857A520826302f182a
Octal2051721220104660573052
Binary10000101111101010100100100010011011000010111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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