#825838

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

Shades of Potters Clay #825838

Tints of Potters Clay #825838

Color information

#825838 (or 0x825838) is unknown color: approx Potters Clay. HEX triplet: 82, 58 and 38. RGB value is (130,88,56). Sum of RGB (Red+Green+Blue) = 130+88+56=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #825838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825838 is #7DA7C7. Grayscale: #616161. Windows color (decimal): -8234952 or 3692674. OLE color: 3692674.

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

Color convert

RGB1308856-
CMYK00.320.570.49
HSL25.95º39.78%36.47%-
HSV(B)25.95º56.92%50.98%-
XYZ13.4112.015.35-
YUV96.91104.91151.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=47.45%
G=32.12%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130885600.320.570.4925.9539.7836.47
Hex82583802039311a2824
Octal202130700407161325044
Binary100000101011000111000010000011100111000111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825838; }

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

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

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

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

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

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

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

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