#81795B

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

Shades of Clay Creek #81795B

Tints of Clay Creek #81795B

Color information

#81795B (or 0x81795B) is unknown color: approx Clay Creek. HEX triplet: 81, 79 and 5B. RGB value is (129,121,91). Sum of RGB (Red+Green+Blue) = 129+121+91=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #81795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81795B is #7E86A4. Grayscale: #787878. Windows color (decimal): -8292005 or 5994881. OLE color: 5994881.

HSL color Cylindrical-coordinate representation of color #81795B: hue angle of 47.37º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81795B is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12912191-
CMYK00.060.290.49
HSL47.37º17.27%43.14%-
HSV(B)47.37º29.46%50.59%-
XYZ17.7819.112.65-
YUV119.97111.65134.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=37.83%
G=35.48%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291219100.060.290.4947.3717.2743.14
Hex81795B061D312f112b
Octal201171133063561572153
Binary100000011111001101101101101110111000110111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81795B; }

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

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

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

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

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

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

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

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