#825641

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

Shades of Potters Clay #825641

Tints of Potters Clay #825641

Color information

#825641 (or 0x825641) is unknown color: approx Potters Clay. HEX triplet: 82, 56 and 41. RGB value is (130,86,65). Sum of RGB (Red+Green+Blue) = 130+86+65=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825641 is #7DA9BE. Grayscale: #606060. Windows color (decimal): -8235455 or 4281986. OLE color: 4281986.

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

Color convert

RGB1308665-
CMYK00.340.500.49
HSL19.38º33.33%38.24%-
HSV(B)19.38º50%50.98%-
XYZ13.4911.786.56-
YUV96.76110.08151.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=46.26%
G=30.60%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130866500.340.500.4919.3833.3338.24
Hex8256410223231132126
Octal2021261010426261234146
Binary1000001010101101000001010001011001011000110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825641; }

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

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

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

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

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

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

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

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