#825640

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

Shades of Potters Clay #825640

Tints of Potters Clay #825640

Color information

#825640 (or 0x825640) is unknown color: approx Potters Clay. HEX triplet: 82, 56 and 40. RGB value is (130,86,64). Sum of RGB (Red+Green+Blue) = 130+86+64=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #825640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825640 is #7DA9BF. Grayscale: #606060. Windows color (decimal): -8235456 or 4216450. OLE color: 4216450.

HSL color Cylindrical-coordinate representation of color #825640: hue angle of 20º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #825640 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1308664-
CMYK00.340.510.49
HSL20º34.02%38.04%-
HSV(B)20º50.77%50.98%-
XYZ13.4611.776.41-
YUV96.65109.58151.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=46.43%
G=30.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130866400.340.510.492034.0238.04
Hex8256400223331142226
Octal2021261000426361244246
Binary1000001010101101000000010001011001111000110100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825640; }

 p { color: rgb(130,86,64); }

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

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

 a { background-color: rgb(130,86,64); }

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

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

 span { border-color: rgb(130,86,64); }

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