Shades of Potters Clay #835B3B
Tints of Potters Clay #835B3B
RGB
CMYK
RGB Variations
Color information
#835B3B (or 0x835B3B) is known color: Potters Clay. HEX triplet: 83, 5B and 3B. RGB value is (131,91,59). Sum of RGB (Red+Green+Blue) = 131+91+59=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #835B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835B3B is #7CA4C4. Grayscale: #636363. Windows color (decimal): -8168645 or 3890051. OLE color: 3890051.
HSL color Cylindrical-coordinate representation of color #835B3B: hue angle of 26.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #835B3B is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 59 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.49 |
| HSL | 26.67º | 0.38% | 0.37% | - |
| HSV(B) | 26.67º | 0.55% | 0.51% | - |
| XYZ | 13.89 | 12.62 | 5.84 | - |
| YUV | 99.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 59 | 0 | 0.31 | 0.55 | 0.49 | 26.67 | 0.38 | 0.37 |
| Hex | 83 | 5B | 3B | 0 | 1F | 37 | 31 | 1B | 26 | 25 |
| Octal | 203 | 133 | 73 | 0 | 37 | 67 | 61 | 33 | 46 | 45 |
| Binary | 10000011 | 1011011 | 111011 | 0 | 11111 | 110111 | 110001 | 11011 | 100110 | 100101 |
Color Harmonies of #835B3B
Complementary color
Monochromatic Colors of #835B3B
Black with #835B3B
Text Example
Text Example
White with #835B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B3B; }
p { color: rgb(131,91,59); }
H1.HeaderClassName
{
color: #835B3B;
}
.AnyTagClassName
{
color: #835B3B;
}
</style>
background-color css
<style>
a { background-color: #835B3B; }
a { background-color: rgb(131,91,59); }
div.DivClassName
{
background-color: #835B3B;
}
.BgClassName
{
background-color: #835B3B;
}
</style>
border-color css
<style>
span { border-color: #835B3B; }
span { border-color: rgb(131,91,59); }
td.TdClassName
{
border-color: #835B3B;
}
.TagClassName
{
border-color: #835B3B;
}
</style>