Shades of Paarl #8B4936
Tints of Paarl #8B4936
RGB
CMYK
RGB Variations
Color information
#8B4936 (or 0x8B4936) is known color: Paarl. HEX triplet: 8B, 49 and 36. RGB value is (139,73,54). Sum of RGB (Red+Green+Blue) = 139+73+54=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4936 is #74B6C9. Grayscale: #5A5A5A. Windows color (decimal): -7648970 or 3557771. OLE color: 3557771.
HSL color Cylindrical-coordinate representation of color #8B4936: hue angle of 13.41º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B4936 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 73 | 54 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.45 |
| HSL | 13.41º | 0.44% | 0.38% | - |
| HSV(B) | 13.41º | 0.61% | 0.55% | - |
| XYZ | 13.7 | 10.52 | 4.8 | - |
| YUV | 90.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 54 | 0 | 0.47 | 0.61 | 0.45 | 13.41 | 0.44 | 0.38 |
| Hex | 8B | 49 | 36 | 0 | 2F | 3D | 2D | D | 2C | 26 |
| Octal | 213 | 111 | 66 | 0 | 57 | 75 | 55 | 15 | 54 | 46 |
| Binary | 10001011 | 1001001 | 110110 | 0 | 101111 | 111101 | 101101 | 1101 | 101100 | 100110 |
Color Harmonies of #8B4936
Complementary color
Monochromatic Colors of #8B4936
Black with #8B4936
Text Example
Text Example
White with #8B4936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4936; }
p { color: rgb(139,73,54); }
H1.HeaderClassName
{
color: #8B4936;
}
.AnyTagClassName
{
color: #8B4936;
}
</style>
background-color css
<style>
a { background-color: #8B4936; }
a { background-color: rgb(139,73,54); }
div.DivClassName
{
background-color: #8B4936;
}
.BgClassName
{
background-color: #8B4936;
}
</style>
border-color css
<style>
span { border-color: #8B4936; }
span { border-color: rgb(139,73,54); }
td.TdClassName
{
border-color: #8B4936;
}
.TagClassName
{
border-color: #8B4936;
}
</style>