#878452

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

Shades of Clay Creek #878452

Tints of Clay Creek #878452

Color information

#878452 (or 0x878452) is unknown color: approx Clay Creek. HEX triplet: 87, 84 and 52. RGB value is (135,132,82). Sum of RGB (Red+Green+Blue) = 135+132+82=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #878452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878452 is #787BAD. Grayscale: #7F7F7F. Windows color (decimal): -7895982 or 5407879. OLE color: 5407879.

HSL color Cylindrical-coordinate representation of color #878452: hue angle of 56.6º 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 #878452 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13513282-
CMYK00.020.390.47
HSL56.6º24.42%42.55%-
HSV(B)56.6º39.26%52.94%-
XYZ19.7722.2611.24-
YUV127.2102.49133.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=38.68%
G=37.82%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351328200.020.390.4756.624.4242.55
Hex87845202272F39182b
Octal207204122024757713053
Binary1000011110000100101001001010011110111111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878452; }

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

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

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

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

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

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

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

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