#825B41

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

Shades of Potters Clay #825B41

Tints of Potters Clay #825B41

Color information

#825B41 (or 0x825B41) is unknown color: approx Potters Clay. HEX triplet: 82, 5B and 41. RGB value is (130,91,65). Sum of RGB (Red+Green+Blue) = 130+91+65=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #825B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B41 is #7DA4BE. Grayscale: #636363. Windows color (decimal): -8234175 or 4283266. OLE color: 4283266.

HSL color Cylindrical-coordinate representation of color #825B41: hue angle of 24º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825B41 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1309165-
CMYK00.300.500.49
HSL24º33.33%38.24%-
HSV(B)24º50%50.98%-
XYZ13.912.616.7-
YUV99.7108.42149.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 65 (25.78% from 255) = 22.73%
R=45.45%
G=31.82%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130916500.300.500.492433.3338.24
Hex825B4101E3231182126
Octal2021331010366261304146
Binary100000101011011100000101111011001011000111000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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