Shades of Potters Clay #835B39
Tints of Potters Clay #835B39
RGB
CMYK
RGB Variations
Color information
#835B39 (or 0x835B39) is known color: Potters Clay. HEX triplet: 83, 5B and 39. RGB value is (131,91,57). Sum of RGB (Red+Green+Blue) = 131+91+57=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #835B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B39 is #7CA4C6. Grayscale: #636363. Windows color (decimal): -8168647 or 3758979. OLE color: 3758979.
HSL color Cylindrical-coordinate representation of color #835B39: hue angle of 27.57º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #835B39 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 57 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.49 |
| HSL | 27.57º | 0.39% | 0.37% | - |
| HSV(B) | 27.57º | 0.56% | 0.51% | - |
| XYZ | 13.84 | 12.6 | 5.57 | - |
| YUV | 99.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 57 | 0 | 0.31 | 0.56 | 0.49 | 27.57 | 0.39 | 0.37 |
| Hex | 83 | 5B | 39 | 0 | 1F | 38 | 31 | 1C | 27 | 25 |
| Octal | 203 | 133 | 71 | 0 | 37 | 70 | 61 | 34 | 47 | 45 |
| Binary | 10000011 | 1011011 | 111001 | 0 | 11111 | 111000 | 110001 | 11100 | 100111 | 100101 |
Color Harmonies of #835B39
Complementary color
Monochromatic Colors of #835B39
Black with #835B39
Text Example
Text Example
White with #835B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B39; }
p { color: rgb(131,91,57); }
H1.HeaderClassName
{
color: #835B39;
}
.AnyTagClassName
{
color: #835B39;
}
</style>
background-color css
<style>
a { background-color: #835B39; }
a { background-color: rgb(131,91,57); }
div.DivClassName
{
background-color: #835B39;
}
.BgClassName
{
background-color: #835B39;
}
</style>
border-color css
<style>
span { border-color: #835B39; }
span { border-color: rgb(131,91,57); }
td.TdClassName
{
border-color: #835B39;
}
.TagClassName
{
border-color: #835B39;
}
</style>