#825837

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

Shades of Potters Clay #825837

Tints of Potters Clay #825837

Color information

#825837 (or 0x825837) is unknown color: approx Potters Clay. HEX triplet: 82, 58 and 37. RGB value is (130,88,55). Sum of RGB (Red+Green+Blue) = 130+88+55=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #825837 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825837 is #7DA7C8. Grayscale: #606060. Windows color (decimal): -8234953 or 3627138. OLE color: 3627138.

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

Color convert

RGB1308855-
CMYK00.320.580.49
HSL26.4º40.54%36.27%-
HSV(B)26.4º57.69%50.98%-
XYZ13.39125.23-
YUV96.8104.41151.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=47.62%
G=32.23%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130885500.320.580.4926.440.5436.27
Hex8258370203A311a2924
Octal202130670407261325144
Binary100000101011000110111010000011101011000111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825837; }

 p { color: rgb(130,88,55); }

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

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

 a { background-color: rgb(130,88,55); }

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

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

 span { border-color: rgb(130,88,55); }

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