Shades of Paarl #874D38
Tints of Paarl #874D38
RGB
CMYK
RGB Variations
Color information
#874D38 (or 0x874D38) is known color: Paarl. HEX triplet: 87, 4D and 38. RGB value is (135,77,56). Sum of RGB (Red+Green+Blue) = 135+77+56=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #874D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D38 is #78B2C7. Grayscale: #5C5C5C. Windows color (decimal): -7910088 or 3689863. OLE color: 3689863.
HSL color Cylindrical-coordinate representation of color #874D38: hue angle of 15.95º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874D38 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 56 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.47 |
| HSL | 15.95º | 0.41% | 0.37% | - |
| HSV(B) | 15.95º | 0.59% | 0.53% | - |
| XYZ | 13.36 | 10.74 | 5.11 | - |
| YUV | 91.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 56 | 0 | 0.43 | 0.59 | 0.47 | 15.95 | 0.41 | 0.37 |
| Hex | 87 | 4D | 38 | 0 | 2B | 3B | 2F | 10 | 29 | 25 |
| Octal | 207 | 115 | 70 | 0 | 53 | 73 | 57 | 20 | 51 | 45 |
| Binary | 10000111 | 1001101 | 111000 | 0 | 101011 | 111011 | 101111 | 10000 | 101001 | 100101 |
Color Harmonies of #874D38
Complementary color
Monochromatic Colors of #874D38
Black with #874D38
Text Example
Text Example
White with #874D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D38; }
p { color: rgb(135,77,56); }
H1.HeaderClassName
{
color: #874D38;
}
.AnyTagClassName
{
color: #874D38;
}
</style>
background-color css
<style>
a { background-color: #874D38; }
a { background-color: rgb(135,77,56); }
div.DivClassName
{
background-color: #874D38;
}
.BgClassName
{
background-color: #874D38;
}
</style>
border-color css
<style>
span { border-color: #874D38; }
span { border-color: rgb(135,77,56); }
td.TdClassName
{
border-color: #874D38;
}
.TagClassName
{
border-color: #874D38;
}
</style>