#817855

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

Shades of Clay Creek #817855

Tints of Clay Creek #817855

Color information

#817855 (or 0x817855) is unknown color: approx Clay Creek. HEX triplet: 81, 78 and 55. RGB value is (129,120,85). Sum of RGB (Red+Green+Blue) = 129+120+85=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #817855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817855 is #7E87AA. Grayscale: #767676. Windows color (decimal): -8292267 or 5601409. OLE color: 5601409.

HSL color Cylindrical-coordinate representation of color #817855: hue angle of 47.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817855 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB12912085-
CMYK00.070.340.49
HSL47.73º20.56%41.96%-
HSV(B)47.73º34.11%50.59%-
XYZ17.4118.7611.3-
YUV118.7108.98135.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 120 (47.27% from 255) = 35.93%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=38.62%
G=35.93%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291208500.070.340.4947.7320.5641.96
Hex81785507223130152a
Octal201170125074261602552
Binary1000000111110001010101011110001011000111000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817855; }

 p { color: rgb(129,120,85); }

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

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

 a { background-color: rgb(129,120,85); }

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

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

 span { border-color: rgb(129,120,85); }

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