#867852

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

Shades of Clay Creek #867852

Tints of Clay Creek #867852

Color information

#867852 (or 0x867852) is unknown color: approx Clay Creek. HEX triplet: 86, 78 and 52. RGB value is (134,120,82). Sum of RGB (Red+Green+Blue) = 134+120+82=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #867852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867852 is #7987AD. Grayscale: #787878. Windows color (decimal): -7964590 or 5404806. OLE color: 5404806.

HSL color Cylindrical-coordinate representation of color #867852: hue angle of 43.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867852 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB13412082-
CMYK00.100.390.47
HSL43.85º24.07%42.35%-
HSV(B)43.85º38.81%52.55%-
XYZ18.0719.1110.72-
YUV119.85106.64138.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=39.88%
G=35.71%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341208200.100.390.4743.8524.0742.35
Hex8678520A272F2c182a
Octal2061701220124757543052
Binary10000110111100010100100101010011110111110110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867852; }

 p { color: rgb(134,120,82); }

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

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

 a { background-color: rgb(134,120,82); }

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

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

 span { border-color: rgb(134,120,82); }

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