Shades of Paarl #834D36
Tints of Paarl #834D36
RGB
CMYK
RGB Variations
Color information
#834D36 (or 0x834D36) is known color: Paarl. HEX triplet: 83, 4D and 36. RGB value is (131,77,54). Sum of RGB (Red+Green+Blue) = 131+77+54=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #834D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D36 is #7CB2C9. Grayscale: #5A5A5A. Windows color (decimal): -8172234 or 3558787. OLE color: 3558787.
HSL color Cylindrical-coordinate representation of color #834D36: hue angle of 17.92º 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 #834D36 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 54 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.49 |
| HSL | 17.92º | 0.42% | 0.36% | - |
| HSV(B) | 17.92º | 0.59% | 0.51% | - |
| XYZ | 12.68 | 10.4 | 4.83 | - |
| YUV | 90.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 54 | 0 | 0.41 | 0.59 | 0.49 | 17.92 | 0.42 | 0.36 |
| Hex | 83 | 4D | 36 | 0 | 29 | 3B | 31 | 12 | 2A | 24 |
| Octal | 203 | 115 | 66 | 0 | 51 | 73 | 61 | 22 | 52 | 44 |
| Binary | 10000011 | 1001101 | 110110 | 0 | 101001 | 111011 | 110001 | 10010 | 101010 | 100100 |
Color Harmonies of #834D36
Complementary color
Monochromatic Colors of #834D36
Black with #834D36
Text Example
Text Example
White with #834D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D36; }
p { color: rgb(131,77,54); }
H1.HeaderClassName
{
color: #834D36;
}
.AnyTagClassName
{
color: #834D36;
}
</style>
background-color css
<style>
a { background-color: #834D36; }
a { background-color: rgb(131,77,54); }
div.DivClassName
{
background-color: #834D36;
}
.BgClassName
{
background-color: #834D36;
}
</style>
border-color css
<style>
span { border-color: #834D36; }
span { border-color: rgb(131,77,54); }
td.TdClassName
{
border-color: #834D36;
}
.TagClassName
{
border-color: #834D36;
}
</style>