#878350

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

Shades of Clay Creek #878350

Tints of Clay Creek #878350

Color information

#878350 (or 0x878350) is unknown color: approx Clay Creek. HEX triplet: 87, 83 and 50. RGB value is (135,131,80). Sum of RGB (Red+Green+Blue) = 135+131+80=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #878350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878350 is #787CAF. Grayscale: #7E7E7E. Windows color (decimal): -7896240 or 5276551. OLE color: 5276551.

HSL color Cylindrical-coordinate representation of color #878350: hue angle of 55.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878350 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13513180-
CMYK00.030.410.47
HSL55.64º25.58%42.16%-
HSV(B)55.64º40.74%52.94%-
XYZ19.5621.9610.8-
YUV126.38101.83134.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=39.02%
G=37.86%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351318000.030.410.4755.6425.5842.16
Hex87835003292F381a2a
Octal207203120035157703252
Binary1000011110000011101000001110100110111111100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878350; }

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

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

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

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

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

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

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

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