#825736

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

Shades of Potters Clay #825736

Tints of Potters Clay #825736

Color information

#825736 (or 0x825736) is unknown color: approx Potters Clay. HEX triplet: 82, 57 and 36. RGB value is (130,87,54). Sum of RGB (Red+Green+Blue) = 130+87+54=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825736 is #7DA8C9. Grayscale: #606060. Windows color (decimal): -8235210 or 3561346. OLE color: 3561346.

HSL color Cylindrical-coordinate representation of color #825736: hue angle of 26.05º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825736 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1308754-
CMYK00.330.580.49
HSL26.05º41.3%36.08%-
HSV(B)26.05º58.46%50.98%-
XYZ13.2811.835.07-
YUV96.1104.25152.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=47.97%
G=32.10%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130875400.330.580.4926.0541.336.08
Hex8257360213A311a2924
Octal202127660417261325144
Binary100000101010111110110010000111101011000111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825736; }

 p { color: rgb(130,87,54); }

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

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

 a { background-color: rgb(130,87,54); }

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

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

 span { border-color: rgb(130,87,54); }

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