Shades of Paarl #875033
Tints of Paarl #875033
RGB
CMYK
RGB Variations
Color information
#875033 (or 0x875033) is known color: Paarl. HEX triplet: 87, 50 and 33. RGB value is (135,80,51). Sum of RGB (Red+Green+Blue) = 135+80+51=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #875033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875033 is #78AFCC. Grayscale: #5D5D5D. Windows color (decimal): -7909325 or 3362951. OLE color: 3362951.
HSL color Cylindrical-coordinate representation of color #875033: hue angle of 20.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875033 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 51 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.47 |
| HSL | 20.71º | 0.45% | 0.36% | - |
| HSV(B) | 20.71º | 0.62% | 0.53% | - |
| XYZ | 13.46 | 11.13 | 4.57 | - |
| YUV | 93.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 51 | 0 | 0.41 | 0.62 | 0.47 | 20.71 | 0.45 | 0.36 |
| Hex | 87 | 50 | 33 | 0 | 29 | 3E | 2F | 15 | 2D | 24 |
| Octal | 207 | 120 | 63 | 0 | 51 | 76 | 57 | 25 | 55 | 44 |
| Binary | 10000111 | 1010000 | 110011 | 0 | 101001 | 111110 | 101111 | 10101 | 101101 | 100100 |
Color Harmonies of #875033
Complementary color
Monochromatic Colors of #875033
Black with #875033
Text Example
Text Example
White with #875033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875033; }
p { color: rgb(135,80,51); }
H1.HeaderClassName
{
color: #875033;
}
.AnyTagClassName
{
color: #875033;
}
</style>
background-color css
<style>
a { background-color: #875033; }
a { background-color: rgb(135,80,51); }
div.DivClassName
{
background-color: #875033;
}
.BgClassName
{
background-color: #875033;
}
</style>
border-color css
<style>
span { border-color: #875033; }
span { border-color: rgb(135,80,51); }
td.TdClassName
{
border-color: #875033;
}
.TagClassName
{
border-color: #875033;
}
</style>