#878552

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

Shades of Clay Creek #878552

Tints of Clay Creek #878552

Color information

#878552 (or 0x878552) is unknown color: approx Clay Creek. HEX triplet: 87, 85 and 52. RGB value is (135,133,82). Sum of RGB (Red+Green+Blue) = 135+133+82=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #878552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878552 is #787AAD. Grayscale: #7F7F7F. Windows color (decimal): -7895726 or 5408135. OLE color: 5408135.

HSL color Cylindrical-coordinate representation of color #878552: hue angle of 57.74º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878552 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13513382-
CMYK00.010.390.47
HSL57.74º24.42%42.55%-
HSV(B)57.74º39.26%52.94%-
XYZ19.922.5411.28-
YUV127.78102.16133.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=38.57%
G=38%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351338200.010.390.4757.7424.4242.55
Hex87855201272F3a182b
Octal207205122014757723053
Binary100001111000010110100100110011110111111101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878552; }

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

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

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

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

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

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

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

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