#825F3E

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

Shades of Potters Clay #825F3E

Tints of Potters Clay #825F3E

Color information

#825F3E (or 0x825F3E) is unknown color: approx Potters Clay. HEX triplet: 82, 5F and 3E. RGB value is (130,95,62). Sum of RGB (Red+Green+Blue) = 130+95+62=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #825F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F3E is #7DA0C1. Grayscale: #656565. Windows color (decimal): -8233154 or 4087682. OLE color: 4087682.

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

Color convert

RGB1309562-
CMYK00.270.520.49
HSL29.12º35.42%37.65%-
HSV(B)29.12º52.31%50.98%-
XYZ14.1713.286.37-
YUV101.7105.6148.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=45.30%
G=33.10%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130956200.270.520.4929.1235.4237.65
Hex825F3E01B34311d2326
Octal202137760336461354346
Binary10000010101111111111001101111010011000111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,62); }

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

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

 a { background-color: rgb(130,95,62); }

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

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

 span { border-color: rgb(130,95,62); }

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