#825A36

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

Shades of Potters Clay #825A36

Tints of Potters Clay #825A36

Color information

#825A36 (or 0x825A36) is unknown color: approx Potters Clay. HEX triplet: 82, 5A and 36. RGB value is (130,90,54). Sum of RGB (Red+Green+Blue) = 130+90+54=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #825A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A36 is #7DA5C9. Grayscale: #626262. Windows color (decimal): -8234442 or 3562114. OLE color: 3562114.

HSL color Cylindrical-coordinate representation of color #825A36: hue angle of 28.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825A36 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1309054-
CMYK00.310.580.49
HSL28.42º41.3%36.08%-
HSV(B)28.42º58.46%50.98%-
XYZ13.5312.325.16-
YUV97.86103.25150.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=47.45%
G=32.85%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130905400.310.580.4928.4241.336.08
Hex825A3601F3A311c2924
Octal202132660377261345144
Binary10000010101101011011001111111101011000111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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