#825841

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

Shades of Potters Clay #825841

Tints of Potters Clay #825841

Color information

#825841 (or 0x825841) is unknown color: approx Potters Clay. HEX triplet: 82, 58 and 41. RGB value is (130,88,65). Sum of RGB (Red+Green+Blue) = 130+88+65=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #825841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825841 is #7DA7BE. Grayscale: #626262. Windows color (decimal): -8234943 or 4282498. OLE color: 4282498.

HSL color Cylindrical-coordinate representation of color #825841: hue angle of 21.23º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825841 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1308865-
CMYK00.320.500.49
HSL21.23º33.33%38.24%-
HSV(B)21.23º50%50.98%-
XYZ13.6512.116.62-
YUV97.94109.41150.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=45.94%
G=31.10%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130886500.320.500.4921.2333.3338.24
Hex8258410203231152126
Octal2021301010406261254146
Binary1000001010110001000001010000011001011000110101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825841; }

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

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

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

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

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

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

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

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