#825947

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

Shades of Potters Clay #825947

Tints of Potters Clay #825947

Color information

#825947 (or 0x825947) is unknown color: approx Potters Clay. HEX triplet: 82, 59 and 47. RGB value is (130,89,71). Sum of RGB (Red+Green+Blue) = 130+89+71=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #825947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825947 is #7DA6B8. Grayscale: #636363. Windows color (decimal): -8234681 or 4675970. OLE color: 4675970.

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

Color convert

RGB1308971-
CMYK00.320.450.49
HSL18.31º29.35%39.41%-
HSV(B)18.31º45.38%50.98%-
XYZ13.9212.357.61-
YUV99.21112.08149.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 71 (28.12% from 255) = 24.48%
R=44.83%
G=30.69%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130897100.320.450.4918.3129.3539.41
Hex8259470202D31121d27
Octal2021311070405561223547
Binary100000101011001100011101000001011011100011001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825947; }

 p { color: rgb(130,89,71); }

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

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

 a { background-color: rgb(130,89,71); }

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

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

 span { border-color: rgb(130,89,71); }

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