#878053

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

Shades of Clay Creek #878053

Tints of Clay Creek #878053

Color information

#878053 (or 0x878053) is unknown color: approx Clay Creek. HEX triplet: 87, 80 and 53. RGB value is (135,128,83). Sum of RGB (Red+Green+Blue) = 135+128+83=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #878053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878053 is #787FAC. Grayscale: #7D7D7D. Windows color (decimal): -7897005 or 5472391. OLE color: 5472391.

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

Color convert

RGB13512883-
CMYK00.050.390.47
HSL51.92º23.85%42.75%-
HSV(B)51.92º38.52%52.94%-
XYZ19.2721.2111.26-
YUV124.96104.32135.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=39.02%
G=36.99%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351288300.050.390.4751.9223.8542.75
Hex87805305272F34182b
Octal207200123054757643053
Binary10000111100000001010011010110011110111111010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878053; }

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

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

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

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

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

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

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

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