#825A3F

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

Shades of Potters Clay #825A3F

Tints of Potters Clay #825A3F

Color information

#825A3F (or 0x825A3F) is unknown color: approx Potters Clay. HEX triplet: 82, 5A and 3F. RGB value is (130,90,63). Sum of RGB (Red+Green+Blue) = 130+90+63=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #825A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A3F is #7DA5C0. Grayscale: #636363. Windows color (decimal): -8234433 or 4151938. OLE color: 4151938.

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

Color convert

RGB1309063-
CMYK00.310.520.49
HSL24.18º34.72%37.84%-
HSV(B)24.18º51.54%50.98%-
XYZ13.7612.426.37-
YUV98.88107.75150.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 63 (25% from 255) = 22.26%
R=45.94%
G=31.80%
B=22.26%

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
Decimal130906300.310.520.4924.1834.7237.84
Hex825A3F01F3431182326
Octal202132770376461304346
Binary10000010101101011111101111111010011000111000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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