#867C52

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

Shades of Clay Creek #867C52

Tints of Clay Creek #867C52

Color information

#867C52 (or 0x867C52) is unknown color: approx Clay Creek. HEX triplet: 86, 7C and 52. RGB value is (134,124,82). Sum of RGB (Red+Green+Blue) = 134+124+82=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #867C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C52 is #7983AD. Grayscale: #7A7A7A. Windows color (decimal): -7963566 or 5405830. OLE color: 5405830.

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

Color convert

RGB13412482-
CMYK00.070.390.47
HSL48.46º24.07%42.35%-
HSV(B)48.46º38.81%52.55%-
XYZ18.5620.0910.88-
YUV122.2105.31136.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=39.41%
G=36.47%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341248200.070.390.4748.4624.0742.35
Hex867C5207272F30182a
Octal206174122074757603052
Binary1000011011111001010010011110011110111111000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867C52; }

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

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

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

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

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

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

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

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