#878254

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

Shades of Clay Creek #878254

Tints of Clay Creek #878254

Color information

#878254 (or 0x878254) is unknown color: approx Clay Creek. HEX triplet: 87, 82 and 54. RGB value is (135,130,84). Sum of RGB (Red+Green+Blue) = 135+130+84=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #878254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878254 is #787DAB. Grayscale: #7E7E7E. Windows color (decimal): -7896492 or 5538439. OLE color: 5538439.

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

Color convert

RGB13513084-
CMYK00.040.380.47
HSL54.12º23.29%42.94%-
HSV(B)54.12º37.78%52.94%-
XYZ19.5721.7611.56-
YUV126.25104.16134.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=38.68%
G=37.25%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351308400.040.380.4754.1223.2942.94
Hex87825404262F36172b
Octal207202124044657662753
Binary10000111100000101010100010010011010111111011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878254; }

 p { color: rgb(135,130,84); }

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

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

 a { background-color: rgb(135,130,84); }

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

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

 span { border-color: rgb(135,130,84); }

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