#825E39

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

Shades of Potters Clay #825E39

Tints of Potters Clay #825E39

Color information

#825E39 (or 0x825E39) is unknown color: approx Potters Clay. HEX triplet: 82, 5E and 39. RGB value is (130,94,57). Sum of RGB (Red+Green+Blue) = 130+94+57=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E39 is #7DA1C6. Grayscale: #646464. Windows color (decimal): -8233415 or 3759746. OLE color: 3759746.

HSL color Cylindrical-coordinate representation of color #825E39: hue angle of 30.41º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825E39 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1309457-
CMYK00.280.560.49
HSL30.41º39.04%36.67%-
HSV(B)30.41º56.15%50.98%-
XYZ13.9513.055.65-
YUV100.55103.43149.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=46.26%
G=33.45%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130945700.280.560.4930.4139.0436.67
Hex825E3901C38311e2725
Octal202136710347061364745
Binary10000010101111011100101110011100011000111110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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