Shades of Potters Clay #875B3B
Tints of Potters Clay #875B3B
RGB
CMYK
RGB Variations
Color information
#875B3B (or 0x875B3B) is known color: Potters Clay. HEX triplet: 87, 5B and 3B. RGB value is (135,91,59). Sum of RGB (Red+Green+Blue) = 135+91+59=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B3B is #78A4C4. Grayscale: #646464. Windows color (decimal): -7906501 or 3890055. OLE color: 3890055.
HSL color Cylindrical-coordinate representation of color #875B3B: hue angle of 25.26º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875B3B is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 59 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.47 |
| HSL | 25.26º | 0.39% | 0.38% | - |
| HSV(B) | 25.26º | 0.56% | 0.53% | - |
| XYZ | 14.52 | 12.95 | 5.87 | - |
| YUV | 100.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 59 | 0 | 0.33 | 0.56 | 0.47 | 25.26 | 0.39 | 0.38 |
| Hex | 87 | 5B | 3B | 0 | 21 | 38 | 2F | 19 | 27 | 26 |
| Octal | 207 | 133 | 73 | 0 | 41 | 70 | 57 | 31 | 47 | 46 |
| Binary | 10000111 | 1011011 | 111011 | 0 | 100001 | 111000 | 101111 | 11001 | 100111 | 100110 |
Color Harmonies of #875B3B
Complementary color
Monochromatic Colors of #875B3B
Black with #875B3B
Text Example
Text Example
White with #875B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B3B; }
p { color: rgb(135,91,59); }
H1.HeaderClassName
{
color: #875B3B;
}
.AnyTagClassName
{
color: #875B3B;
}
</style>
background-color css
<style>
a { background-color: #875B3B; }
a { background-color: rgb(135,91,59); }
div.DivClassName
{
background-color: #875B3B;
}
.BgClassName
{
background-color: #875B3B;
}
</style>
border-color css
<style>
span { border-color: #875B3B; }
span { border-color: rgb(135,91,59); }
td.TdClassName
{
border-color: #875B3B;
}
.TagClassName
{
border-color: #875B3B;
}
</style>