#817755

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

Shades of Clay Creek #817755

Tints of Clay Creek #817755

Color information

#817755 (or 0x817755) is unknown color: approx Clay Creek. HEX triplet: 81, 77 and 55. RGB value is (129,119,85). Sum of RGB (Red+Green+Blue) = 129+119+85=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #817755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817755 is #7E88AA. Grayscale: #767676. Windows color (decimal): -8292523 or 5601153. OLE color: 5601153.

HSL color Cylindrical-coordinate representation of color #817755: hue angle of 46.36º 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 #817755 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB12911985-
CMYK00.080.340.49
HSL46.36º20.56%41.96%-
HSV(B)46.36º34.11%50.59%-
XYZ17.2918.5211.26-
YUV118.11109.31135.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=38.74%
G=35.74%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291198500.080.340.4946.3620.5641.96
Hex8177550822312e152a
Octal2011671250104261562552
Binary10000001111011110101010100010001011000110111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817755; }

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

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

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

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

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

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

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

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