Shades of Potters Clay #835D38
Tints of Potters Clay #835D38
RGB
CMYK
RGB Variations
Color information
#835D38 (or 0x835D38) is known color: Potters Clay. HEX triplet: 83, 5D and 38. RGB value is (131,93,56). Sum of RGB (Red+Green+Blue) = 131+93+56=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #835D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835D38 is #7CA2C7. Grayscale: #646464. Windows color (decimal): -8168136 or 3693955. OLE color: 3693955.
HSL color Cylindrical-coordinate representation of color #835D38: hue angle of 29.6º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #835D38 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 93 | 56 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.49 |
| HSL | 29.6º | 0.4% | 0.37% | - |
| HSV(B) | 29.6º | 0.57% | 0.51% | - |
| XYZ | 13.99 | 12.94 | 5.5 | - |
| YUV | 100.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 56 | 0 | 0.29 | 0.57 | 0.49 | 29.6 | 0.4 | 0.37 |
| Hex | 83 | 5D | 38 | 0 | 1D | 39 | 31 | 1E | 28 | 25 |
| Octal | 203 | 135 | 70 | 0 | 35 | 71 | 61 | 36 | 50 | 45 |
| Binary | 10000011 | 1011101 | 111000 | 0 | 11101 | 111001 | 110001 | 11110 | 101000 | 100101 |
Color Harmonies of #835D38
Complementary color
Monochromatic Colors of #835D38
Black with #835D38
Text Example
Text Example
White with #835D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835D38; }
p { color: rgb(131,93,56); }
H1.HeaderClassName
{
color: #835D38;
}
.AnyTagClassName
{
color: #835D38;
}
</style>
background-color css
<style>
a { background-color: #835D38; }
a { background-color: rgb(131,93,56); }
div.DivClassName
{
background-color: #835D38;
}
.BgClassName
{
background-color: #835D38;
}
</style>
border-color css
<style>
span { border-color: #835D38; }
span { border-color: rgb(131,93,56); }
td.TdClassName
{
border-color: #835D38;
}
.TagClassName
{
border-color: #835D38;
}
</style>