#825638

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

Shades of Potters Clay #825638

Tints of Potters Clay #825638

Color information

#825638 (or 0x825638) is unknown color: approx Potters Clay. HEX triplet: 82, 56 and 38. RGB value is (130,86,56). Sum of RGB (Red+Green+Blue) = 130+86+56=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #825638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825638 is #7DA9C7. Grayscale: #5F5F5F. Windows color (decimal): -8235464 or 3692162. OLE color: 3692162.

HSL color Cylindrical-coordinate representation of color #825638: hue angle of 24.32º 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 #825638 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1308656-
CMYK00.340.570.49
HSL24.32º39.78%36.47%-
HSV(B)24.32º56.92%50.98%-
XYZ13.2511.695.3-
YUV95.74105.58152.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=47.79%
G=31.62%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130865600.340.570.4924.3239.7836.47
Hex8256380223931182824
Octal202126700427161305044
Binary100000101010110111000010001011100111000111000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825638; }

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

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

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

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

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

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

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

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