#878450

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

Shades of Clay Creek #878450

Tints of Clay Creek #878450

Color information

#878450 (or 0x878450) is unknown color: approx Clay Creek. HEX triplet: 87, 84 and 50. RGB value is (135,132,80). Sum of RGB (Red+Green+Blue) = 135+132+80=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #878450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878450 is #787BAF. Grayscale: #7F7F7F. Windows color (decimal): -7895984 or 5276807. OLE color: 5276807.

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

Color convert

RGB13513280-
CMYK00.020.410.47
HSL56.73º25.58%42.16%-
HSV(B)56.73º40.74%52.94%-
XYZ19.6922.2310.84-
YUV126.97101.49133.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=38.90%
G=38.04%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351328000.020.410.4756.7325.5842.16
Hex87845002292F391a2a
Octal207204120025157713252
Binary1000011110000100101000001010100110111111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878450; }

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

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

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

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

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

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

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

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