#878258

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

Shades of Clay Creek #878258

Tints of Clay Creek #878258

Color information

#878258 (or 0x878258) is unknown color: approx Clay Creek. HEX triplet: 87, 82 and 58. RGB value is (135,130,88). Sum of RGB (Red+Green+Blue) = 135+130+88=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #878258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878258 is #787DA7. Grayscale: #7E7E7E. Windows color (decimal): -7896488 or 5800583. OLE color: 5800583.

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

Color convert

RGB13513088-
CMYK00.040.350.47
HSL53.62º21.08%43.73%-
HSV(B)53.62º34.81%52.94%-
XYZ19.7421.8212.4-
YUV126.71106.16133.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=38.24%
G=36.83%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351308800.040.350.4753.6221.0843.73
Hex87825804232F36152c
Octal207202130044357662554
Binary10000111100000101011000010010001110111111011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878258; }

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

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

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

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

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

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

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

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