#878352

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

Shades of Clay Creek #878352

Tints of Clay Creek #878352

Color information

#878352 (or 0x878352) is unknown color: approx Clay Creek. HEX triplet: 87, 83 and 52. RGB value is (135,131,82). Sum of RGB (Red+Green+Blue) = 135+131+82=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #878352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878352 is #787CAD. Grayscale: #7E7E7E. Windows color (decimal): -7896238 or 5407623. OLE color: 5407623.

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

Color convert

RGB13513182-
CMYK00.030.390.47
HSL55.47º24.42%42.55%-
HSV(B)55.47º39.26%52.94%-
XYZ19.6321.9911.19-
YUV126.61102.83133.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=38.79%
G=37.64%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351318200.030.390.4755.4724.4242.55
Hex87835203272F37182b
Octal207203122034757673053
Binary1000011110000011101001001110011110111111011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878352; }

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

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

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

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

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

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

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

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