Shades of Paarl #8B5034
Tints of Paarl #8B5034
RGB
CMYK
RGB Variations
Color information
#8B5034 (or 0x8B5034) is known color: Paarl. HEX triplet: 8B, 50 and 34. RGB value is (139,80,52). Sum of RGB (Red+Green+Blue) = 139+80+52=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5034 is #74AFCB. Grayscale: #5E5E5E. Windows color (decimal): -7647180 or 3428491. OLE color: 3428491.
HSL color Cylindrical-coordinate representation of color #8B5034: hue angle of 19.31º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B5034 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 52 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.45 |
| HSL | 19.31º | 0.46% | 0.37% | - |
| HSV(B) | 19.31º | 0.63% | 0.55% | - |
| XYZ | 14.14 | 11.47 | 4.72 | - |
| YUV | 94.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 52 | 0 | 0.42 | 0.63 | 0.45 | 19.31 | 0.46 | 0.37 |
| Hex | 8B | 50 | 34 | 0 | 2A | 3F | 2D | 13 | 2E | 25 |
| Octal | 213 | 120 | 64 | 0 | 52 | 77 | 55 | 23 | 56 | 45 |
| Binary | 10001011 | 1010000 | 110100 | 0 | 101010 | 111111 | 101101 | 10011 | 101110 | 100101 |
Color Harmonies of #8B5034
Complementary color
Monochromatic Colors of #8B5034
Black with #8B5034
Text Example
Text Example
White with #8B5034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5034; }
p { color: rgb(139,80,52); }
H1.HeaderClassName
{
color: #8B5034;
}
.AnyTagClassName
{
color: #8B5034;
}
</style>
background-color css
<style>
a { background-color: #8B5034; }
a { background-color: rgb(139,80,52); }
div.DivClassName
{
background-color: #8B5034;
}
.BgClassName
{
background-color: #8B5034;
}
</style>
border-color css
<style>
span { border-color: #8B5034; }
span { border-color: rgb(139,80,52); }
td.TdClassName
{
border-color: #8B5034;
}
.TagClassName
{
border-color: #8B5034;
}
</style>