#825B44

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

Shades of Potters Clay #825B44

Tints of Potters Clay #825B44

Color information

#825B44 (or 0x825B44) is unknown color: approx Potters Clay. HEX triplet: 82, 5B and 44. RGB value is (130,91,68). Sum of RGB (Red+Green+Blue) = 130+91+68=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #825B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B44 is #7DA4BB. Grayscale: #646464. Windows color (decimal): -8234172 or 4479874. OLE color: 4479874.

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

Color convert

RGB1309168-
CMYK00.300.480.49
HSL22.26º31.31%38.82%-
HSV(B)22.26º47.69%50.98%-
XYZ13.9912.657.17-
YUV100.04109.92149.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 68 (26.95% from 255) = 23.53%
R=44.98%
G=31.49%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130916800.300.480.4922.2631.3138.82
Hex825B4401E3031161f27
Octal2021331040366061263747
Binary10000010101101110001000111101100001100011011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,68); }

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

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

 a { background-color: rgb(130,91,68); }

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

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

 span { border-color: rgb(130,91,68); }

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