Shades of Potters Clay #835A36
Tints of Potters Clay #835A36
RGB
CMYK
RGB Variations
Color information
#835A36 (or 0x835A36) is known color: Potters Clay. HEX triplet: 83, 5A and 36. RGB value is (131,90,54). Sum of RGB (Red+Green+Blue) = 131+90+54=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #835A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835A36 is #7CA5C9. Grayscale: #626262. Windows color (decimal): -8168906 or 3562115. OLE color: 3562115.
HSL color Cylindrical-coordinate representation of color #835A36: hue angle of 28.05º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835A36 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 90 | 54 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.49 |
| HSL | 28.05º | 0.42% | 0.36% | - |
| HSV(B) | 28.05º | 0.59% | 0.51% | - |
| XYZ | 13.68 | 12.4 | 5.16 | - |
| YUV | 98.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 54 | 0 | 0.31 | 0.59 | 0.49 | 28.05 | 0.42 | 0.36 |
| Hex | 83 | 5A | 36 | 0 | 1F | 3B | 31 | 1C | 2A | 24 |
| Octal | 203 | 132 | 66 | 0 | 37 | 73 | 61 | 34 | 52 | 44 |
| Binary | 10000011 | 1011010 | 110110 | 0 | 11111 | 111011 | 110001 | 11100 | 101010 | 100100 |
Color Harmonies of #835A36
Complementary color
Monochromatic Colors of #835A36
Black with #835A36
Text Example
Text Example
White with #835A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835A36; }
p { color: rgb(131,90,54); }
H1.HeaderClassName
{
color: #835A36;
}
.AnyTagClassName
{
color: #835A36;
}
</style>
background-color css
<style>
a { background-color: #835A36; }
a { background-color: rgb(131,90,54); }
div.DivClassName
{
background-color: #835A36;
}
.BgClassName
{
background-color: #835A36;
}
</style>
border-color css
<style>
span { border-color: #835A36; }
span { border-color: rgb(131,90,54); }
td.TdClassName
{
border-color: #835A36;
}
.TagClassName
{
border-color: #835A36;
}
</style>