#857854

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

Shades of Clay Creek #857854

Tints of Clay Creek #857854

Color information

#857854 (or 0x857854) is unknown color: approx Clay Creek. HEX triplet: 85, 78 and 54. RGB value is (133,120,84). Sum of RGB (Red+Green+Blue) = 133+120+84=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #857854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857854 is #7A87AB. Grayscale: #777777. Windows color (decimal): -8030124 or 5535877. OLE color: 5535877.

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

Color convert

RGB13312084-
CMYK00.100.370.48
HSL44.08º22.58%42.55%-
HSV(B)44.08º36.84%52.16%-
XYZ17.9919.0611.12-
YUV119.78107.81137.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=39.47%
G=35.61%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331208400.100.370.4844.0822.5842.55
Hex8578540A25302c172b
Octal2051701240124560542753
Binary10000101111100010101000101010010111000010110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857854; }

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

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

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

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

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

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

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

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