#857954

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

Shades of Clay Creek #857954

Tints of Clay Creek #857954

Color information

#857954 (or 0x857954) is unknown color: approx Clay Creek. HEX triplet: 85, 79 and 54. RGB value is (133,121,84). Sum of RGB (Red+Green+Blue) = 133+121+84=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #857954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857954 is #7A86AB. Grayscale: #787878. Windows color (decimal): -8029868 or 5536133. OLE color: 5536133.

HSL color Cylindrical-coordinate representation of color #857954: hue angle of 45.31º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #857954 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB13312184-
CMYK00.090.370.48
HSL45.31º22.58%42.55%-
HSV(B)45.31º36.84%52.16%-
XYZ18.1119.311.16-
YUV120.37107.48137.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=39.35%
G=35.80%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331218400.090.370.4845.3122.5842.55
Hex8579540925302d172b
Octal2051711240114560552753
Binary10000101111100110101000100110010111000010110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857954; }

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

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

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

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

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

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

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

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