#878152

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

Shades of Clay Creek #878152

Tints of Clay Creek #878152

Color information

#878152 (or 0x878152) is unknown color: approx Clay Creek. HEX triplet: 87, 81 and 52. RGB value is (135,129,82). Sum of RGB (Red+Green+Blue) = 135+129+82=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #878152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878152 is #787EAD. Grayscale: #7D7D7D. Windows color (decimal): -7896750 or 5407111. OLE color: 5407111.

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

Color convert

RGB13512982-
CMYK00.040.390.47
HSL53.21º24.42%42.55%-
HSV(B)53.21º39.26%52.94%-
XYZ19.3621.4611.1-
YUV125.44103.49134.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=39.02%
G=37.28%
B=23.70%

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
Decimal1351298200.040.390.4753.2124.4242.55
Hex87815204272F35182b
Octal207201122044757653053
Binary10000111100000011010010010010011110111111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878152; }

 p { color: rgb(135,129,82); }

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

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

 a { background-color: rgb(135,129,82); }

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

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

 span { border-color: rgb(135,129,82); }

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