#825639

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

Shades of Potters Clay #825639

Tints of Potters Clay #825639

Color information

#825639 (or 0x825639) is unknown color: approx Potters Clay. HEX triplet: 82, 56 and 39. RGB value is (130,86,57). Sum of RGB (Red+Green+Blue) = 130+86+57=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #825639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825639 is #7DA9C6. Grayscale: #606060. Windows color (decimal): -8235463 or 3757698. OLE color: 3757698.

HSL color Cylindrical-coordinate representation of color #825639: hue angle of 23.84º 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 #825639 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1308657-
CMYK00.340.560.49
HSL23.84º39.04%36.67%-
HSV(B)23.84º56.15%50.98%-
XYZ13.2711.75.43-
YUV95.85106.08152.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=47.62%
G=31.50%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130865700.340.560.4923.8439.0436.67
Hex8256390223831182725
Octal202126710427061304745
Binary100000101010110111001010001011100011000111000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825639; }

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

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

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

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

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

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

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

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