Shades of Potters Clay #83553B
Tints of Potters Clay #83553B
RGB
CMYK
RGB Variations
Color information
#83553B (or 0x83553B) is known color: Potters Clay. HEX triplet: 83, 55 and 3B. RGB value is (131,85,59). Sum of RGB (Red+Green+Blue) = 131+85+59=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83553B is #7CAAC4. Grayscale: #5F5F5F. Windows color (decimal): -8170181 or 3888515. OLE color: 3888515.
HSL color Cylindrical-coordinate representation of color #83553B: hue angle of 21.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 #83553B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 59 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.49 |
| HSL | 21.67º | 0.38% | 0.37% | - |
| HSV(B) | 21.67º | 0.55% | 0.51% | - |
| XYZ | 13.4 | 11.64 | 5.68 | - |
| YUV | 95.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 59 | 0 | 0.35 | 0.55 | 0.49 | 21.67 | 0.38 | 0.37 |
| Hex | 83 | 55 | 3B | 0 | 23 | 37 | 31 | 16 | 26 | 25 |
| Octal | 203 | 125 | 73 | 0 | 43 | 67 | 61 | 26 | 46 | 45 |
| Binary | 10000011 | 1010101 | 111011 | 0 | 100011 | 110111 | 110001 | 10110 | 100110 | 100101 |
Color Harmonies of #83553B
Complementary color
Monochromatic Colors of #83553B
Black with #83553B
Text Example
Text Example
White with #83553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83553B; }
p { color: rgb(131,85,59); }
H1.HeaderClassName
{
color: #83553B;
}
.AnyTagClassName
{
color: #83553B;
}
</style>
background-color css
<style>
a { background-color: #83553B; }
a { background-color: rgb(131,85,59); }
div.DivClassName
{
background-color: #83553B;
}
.BgClassName
{
background-color: #83553B;
}
</style>
border-color css
<style>
span { border-color: #83553B; }
span { border-color: rgb(131,85,59); }
td.TdClassName
{
border-color: #83553B;
}
.TagClassName
{
border-color: #83553B;
}
</style>