Shades of Paarl #8B5039
Tints of Paarl #8B5039
RGB
CMYK
RGB Variations
Color information
#8B5039 (or 0x8B5039) is known color: Paarl. HEX triplet: 8B, 50 and 39. RGB value is (139,80,57). Sum of RGB (Red+Green+Blue) = 139+80+57=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5039 is #74AFC6. Grayscale: #5F5F5F. Windows color (decimal): -7647175 or 3756171. OLE color: 3756171.
HSL color Cylindrical-coordinate representation of color #8B5039: hue angle of 16.83º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B5039 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 57 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.45 |
| HSL | 16.83º | 0.42% | 0.38% | - |
| HSV(B) | 16.83º | 0.59% | 0.55% | - |
| XYZ | 14.25 | 11.52 | 5.34 | - |
| YUV | 95.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 57 | 0 | 0.42 | 0.59 | 0.45 | 16.83 | 0.42 | 0.38 |
| Hex | 8B | 50 | 39 | 0 | 2A | 3B | 2D | 11 | 2A | 26 |
| Octal | 213 | 120 | 71 | 0 | 52 | 73 | 55 | 21 | 52 | 46 |
| Binary | 10001011 | 1010000 | 111001 | 0 | 101010 | 111011 | 101101 | 10001 | 101010 | 100110 |
Color Harmonies of #8B5039
Complementary color
Monochromatic Colors of #8B5039
Black with #8B5039
Text Example
Text Example
White with #8B5039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5039; }
p { color: rgb(139,80,57); }
H1.HeaderClassName
{
color: #8B5039;
}
.AnyTagClassName
{
color: #8B5039;
}
</style>
background-color css
<style>
a { background-color: #8B5039; }
a { background-color: rgb(139,80,57); }
div.DivClassName
{
background-color: #8B5039;
}
.BgClassName
{
background-color: #8B5039;
}
</style>
border-color css
<style>
span { border-color: #8B5039; }
span { border-color: rgb(139,80,57); }
td.TdClassName
{
border-color: #8B5039;
}
.TagClassName
{
border-color: #8B5039;
}
</style>