#82794E

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

Shades of Clay Creek #82794E

Tints of Clay Creek #82794E

Color information

#82794E (or 0x82794E) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 4E. RGB value is (130,121,78). Sum of RGB (Red+Green+Blue) = 130+121+78=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #82794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82794E is #7D86B1. Grayscale: #767676. Windows color (decimal): -8226482 or 5142914. OLE color: 5142914.

HSL color Cylindrical-coordinate representation of color #82794E: hue angle of 49.62º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82794E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13012178-
CMYK00.070.400.49
HSL49.62º25%40.78%-
HSV(B)49.62º40%50.98%-
XYZ17.4218.979.95-
YUV118.79104.98136-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 78 (30.86% from 255) = 23.71%
R=39.51%
G=36.78%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301217800.070.400.4949.622540.78
Hex82794E072831321929
Octal202171116075061623151
Binary1000001011110011001110011110100011000111001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82794E; }

 p { color: rgb(130,121,78); }

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

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

 a { background-color: rgb(130,121,78); }

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

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

 span { border-color: rgb(130,121,78); }

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