#825E3F

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

Shades of Potters Clay #825E3F

Tints of Potters Clay #825E3F

Color information

#825E3F (or 0x825E3F) is unknown color: approx Potters Clay. HEX triplet: 82, 5E and 3F. RGB value is (130,94,63). Sum of RGB (Red+Green+Blue) = 130+94+63=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #825E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E3F is #7DA1C0. Grayscale: #656565. Windows color (decimal): -8233409 or 4152962. OLE color: 4152962.

HSL color Cylindrical-coordinate representation of color #825E3F: hue angle of 27.76º 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 #825E3F is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1309463-
CMYK00.280.520.49
HSL27.76º34.72%37.84%-
HSV(B)27.76º51.54%50.98%-
XYZ14.1113.116.49-
YUV101.23106.43148.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 63 (25% from 255) = 21.95%
R=45.30%
G=32.75%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130946300.280.520.4927.7634.7237.84
Hex825E3F01C34311c2326
Octal202136770346461344346
Binary10000010101111011111101110011010011000111100100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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