#857952

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

Shades of Clay Creek #857952

Tints of Clay Creek #857952

Color information

#857952 (or 0x857952) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 52. RGB value is (133,121,82). Sum of RGB (Red+Green+Blue) = 133+121+82=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #857952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857952 is #7A86AD. Grayscale: #787878. Windows color (decimal): -8029870 or 5405061. OLE color: 5405061.

HSL color Cylindrical-coordinate representation of color #857952: hue angle of 45.88º 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 #857952 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13312182-
CMYK00.090.380.48
HSL45.88º23.72%42.16%-
HSV(B)45.88º38.35%52.16%-
XYZ18.0319.2710.75-
YUV120.14106.48137.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=39.58%
G=36.01%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331218200.090.380.4845.8823.7242.16
Hex8579520926302e182a
Octal2051711220114660563052
Binary10000101111100110100100100110011011000010111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857952; }

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

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

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

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

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

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

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

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