#82795C

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

Shades of Clay Creek #82795C

Tints of Clay Creek #82795C

Color information

#82795C (or 0x82795C) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 5C. RGB value is (130,121,92). Sum of RGB (Red+Green+Blue) = 130+121+92=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #82795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82795C is #7D86A3. Grayscale: #787878. Windows color (decimal): -8226468 or 6060418. OLE color: 6060418.

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

Color convert

RGB13012192-
CMYK00.070.290.49
HSL45.79º17.12%43.53%-
HSV(B)45.79º29.23%50.98%-
XYZ17.9819.1912.88-
YUV120.38111.98134.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=37.90%
G=35.28%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301219200.070.290.4945.7917.1243.53
Hex82795C071D312e112c
Octal202171134073561562154
Binary100000101111001101110001111110111000110111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82795C; }

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

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

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

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

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

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

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

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