#825A3E

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

Shades of Potters Clay #825A3E

Tints of Potters Clay #825A3E

Color information

#825A3E (or 0x825A3E) is unknown color: approx Potters Clay. HEX triplet: 82, 5A and 3E. RGB value is (130,90,62). Sum of RGB (Red+Green+Blue) = 130+90+62=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #825A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A3E is #7DA5C1. Grayscale: #626262. Windows color (decimal): -8234434 or 4086402. OLE color: 4086402.

HSL color Cylindrical-coordinate representation of color #825A3E: hue angle of 24.71º 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 #825A3E is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1309062-
CMYK00.310.520.49
HSL24.71º35.42%37.65%-
HSV(B)24.71º52.31%50.98%-
XYZ13.7312.416.23-
YUV98.77107.25150.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 62 (24.61% from 255) = 21.99%
R=46.10%
G=31.91%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130906200.310.520.4924.7135.4237.65
Hex825A3E01F3431192326
Octal202132760376461314346
Binary10000010101101011111001111111010011000111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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