#825C3F

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

Shades of Potters Clay #825C3F

Tints of Potters Clay #825C3F

Color information

#825C3F (or 0x825C3F) is unknown color: approx Potters Clay. HEX triplet: 82, 5C and 3F. RGB value is (130,92,63). Sum of RGB (Red+Green+Blue) = 130+92+63=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C3F is #7DA3C0. Grayscale: #646464. Windows color (decimal): -8233921 or 4152450. OLE color: 4152450.

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

Color convert

RGB1309263-
CMYK00.290.520.49
HSL25.97º34.72%37.84%-
HSV(B)25.97º51.54%50.98%-
XYZ13.9312.766.43-
YUV100.06107.09149.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 63 (25% from 255) = 22.11%
R=45.61%
G=32.28%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130926300.290.520.4925.9734.7237.84
Hex825C3F01D34311a2326
Octal202134770356461324346
Binary10000010101110011111101110111010011000111010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825C3F; }

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

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

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

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

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

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

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

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