#825937

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

Shades of Potters Clay #825937

Tints of Potters Clay #825937

Color information

#825937 (or 0x825937) is unknown color: approx Potters Clay. HEX triplet: 82, 59 and 37. RGB value is (130,89,55). Sum of RGB (Red+Green+Blue) = 130+89+55=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #825937 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825937 is #7DA6C8. Grayscale: #616161. Windows color (decimal): -8234697 or 3627394. OLE color: 3627394.

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

Color convert

RGB1308955-
CMYK00.320.580.49
HSL27.2º40.54%36.27%-
HSV(B)27.2º57.69%50.98%-
XYZ13.4712.175.25-
YUV97.38104.08151.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=47.45%
G=32.48%
B=20.07%

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
Decimal130895500.320.580.4927.240.5436.27
Hex8259370203A311b2924
Octal202131670407261335144
Binary100000101011001110111010000011101011000111011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825937; }

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

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

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

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

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

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

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

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