#825941

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

Shades of Potters Clay #825941

Tints of Potters Clay #825941

Color information

#825941 (or 0x825941) is unknown color: approx Potters Clay. HEX triplet: 82, 59 and 41. RGB value is (130,89,65). Sum of RGB (Red+Green+Blue) = 130+89+65=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #825941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825941 is #7DA6BE. Grayscale: #626262. Windows color (decimal): -8234687 or 4282754. OLE color: 4282754.

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

Color convert

RGB1308965-
CMYK00.320.500.49
HSL22.15º33.33%38.24%-
HSV(B)22.15º50%50.98%-
XYZ13.7312.276.65-
YUV98.52109.08150.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=45.77%
G=31.34%
B=22.89%

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
Decimal130896500.320.500.4922.1533.3338.24
Hex8259410203231162126
Octal2021311010406261264146
Binary1000001010110011000001010000011001011000110110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825941; }

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

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

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

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

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

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

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

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