#825D3A

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

Shades of Potters Clay #825D3A

Tints of Potters Clay #825D3A

Color information

#825D3A (or 0x825D3A) is unknown color: approx Potters Clay. HEX triplet: 82, 5D and 3A. RGB value is (130,93,58). Sum of RGB (Red+Green+Blue) = 130+93+58=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D3A is #7DA2C5. Grayscale: #646464. Windows color (decimal): -8233670 or 3825026. OLE color: 3825026.

HSL color Cylindrical-coordinate representation of color #825D3A: hue angle of 29.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825D3A is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1309358-
CMYK00.280.550.49
HSL29.17º38.3%36.86%-
HSV(B)29.17º55.38%50.98%-
XYZ13.8812.885.76-
YUV100.07104.26149.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=46.26%
G=33.10%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130935800.280.550.4929.1738.336.86
Hex825D3A01C37311d2625
Octal202135720346761354645
Binary10000010101110111101001110011011111000111101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825D3A; }

 p { color: rgb(130,93,58); }

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

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

 a { background-color: rgb(130,93,58); }

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

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

 span { border-color: rgb(130,93,58); }

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