#817955

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

Shades of Clay Creek #817955

Tints of Clay Creek #817955

Color information

#817955 (or 0x817955) is unknown color: approx Clay Creek. HEX triplet: 81, 79 and 55. RGB value is (129,121,85). Sum of RGB (Red+Green+Blue) = 129+121+85=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #817955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817955 is #7E86AA. Grayscale: #777777. Windows color (decimal): -8292011 or 5601665. OLE color: 5601665.

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

Color convert

RGB12912185-
CMYK00.060.340.49
HSL49.09º20.56%41.96%-
HSV(B)49.09º34.11%50.59%-
XYZ17.531911.34-
YUV119.29108.65134.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=38.51%
G=36.12%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291218500.060.340.4949.0920.5641.96
Hex81795506223131152a
Octal201171125064261612552
Binary1000000111110011010101011010001011000111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817955; }

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

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

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

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

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

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

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

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