#825846

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

Shades of Potters Clay #825846

Tints of Potters Clay #825846

Color information

#825846 (or 0x825846) is unknown color: approx Potters Clay. HEX triplet: 82, 58 and 46. RGB value is (130,88,70). Sum of RGB (Red+Green+Blue) = 130+88+70=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #825846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825846 is #7DA7B9. Grayscale: #626262. Windows color (decimal): -8234938 or 4610178. OLE color: 4610178.

HSL color Cylindrical-coordinate representation of color #825846: hue angle of 18º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825846 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1308870-
CMYK00.320.460.49
HSL18º30%39.22%-
HSV(B)18º46.15%50.98%-
XYZ13.812.177.42-
YUV98.51111.91150.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=45.14%
G=30.56%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130887000.320.460.49183039.22
Hex8258460202E31121e27
Octal2021301060405661223647
Binary100000101011000100011001000001011101100011001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825846; }

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

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

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

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

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

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

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

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