#825845

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

Shades of Potters Clay #825845

Tints of Potters Clay #825845

Color information

#825845 (or 0x825845) is unknown color: approx Potters Clay. HEX triplet: 82, 58 and 45. RGB value is (130,88,69). Sum of RGB (Red+Green+Blue) = 130+88+69=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #825845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825845 is #7DA7BA. Grayscale: #626262. Windows color (decimal): -8234939 or 4544642. OLE color: 4544642.

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

Color convert

RGB1308869-
CMYK00.320.470.49
HSL18.69º30.65%39.02%-
HSV(B)18.69º46.92%50.98%-
XYZ13.7712.157.25-
YUV98.39111.41150.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=45.30%
G=30.66%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130886900.320.470.4918.6930.6539.02
Hex8258450202F31131f27
Octal2021301050405761233747
Binary100000101011000100010101000001011111100011001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825845; }

 p { color: rgb(130,88,69); }

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

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

 a { background-color: rgb(130,88,69); }

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

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

 span { border-color: rgb(130,88,69); }

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