#878253

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

Shades of Clay Creek #878253

Tints of Clay Creek #878253

Color information

#878253 (or 0x878253) is unknown color: approx Clay Creek. HEX triplet: 87, 82 and 53. RGB value is (135,130,83). Sum of RGB (Red+Green+Blue) = 135+130+83=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #878253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878253 is #787DAC. Grayscale: #7E7E7E. Windows color (decimal): -7896493 or 5472903. OLE color: 5472903.

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

Color convert

RGB13513083-
CMYK00.040.390.47
HSL54.23º23.85%42.75%-
HSV(B)54.23º38.52%52.94%-
XYZ19.5421.7411.35-
YUV126.14103.66134.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=38.79%
G=37.36%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351308300.040.390.4754.2323.8542.75
Hex87825304272F36182b
Octal207202123044757663053
Binary10000111100000101010011010010011110111111011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878253; }

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

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

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

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

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

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

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

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