Shades of Paarl #8B4536
Tints of Paarl #8B4536
RGB
CMYK
RGB Variations
Color information
#8B4536 (or 0x8B4536) is known color: Paarl. HEX triplet: 8B, 45 and 36. RGB value is (139,69,54). Sum of RGB (Red+Green+Blue) = 139+69+54=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4536 is #74BAC9. Grayscale: #585858. Windows color (decimal): -7649994 or 3556747. OLE color: 3556747.
HSL color Cylindrical-coordinate representation of color #8B4536: hue angle of 10.59º 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 #8B4536 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 54 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.45 |
| HSL | 10.59º | 0.44% | 0.38% | - |
| HSV(B) | 10.59º | 0.61% | 0.55% | - |
| XYZ | 13.44 | 10.01 | 4.71 | - |
| YUV | 88.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 54 | 0 | 0.50 | 0.61 | 0.45 | 10.59 | 0.44 | 0.38 |
| Hex | 8B | 45 | 36 | 0 | 32 | 3D | 2D | B | 2C | 26 |
| Octal | 213 | 105 | 66 | 0 | 62 | 75 | 55 | 13 | 54 | 46 |
| Binary | 10001011 | 1000101 | 110110 | 0 | 110010 | 111101 | 101101 | 1011 | 101100 | 100110 |
Color Harmonies of #8B4536
Complementary color
Monochromatic Colors of #8B4536
Black with #8B4536
Text Example
Text Example
White with #8B4536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4536; }
p { color: rgb(139,69,54); }
H1.HeaderClassName
{
color: #8B4536;
}
.AnyTagClassName
{
color: #8B4536;
}
</style>
background-color css
<style>
a { background-color: #8B4536; }
a { background-color: rgb(139,69,54); }
div.DivClassName
{
background-color: #8B4536;
}
.BgClassName
{
background-color: #8B4536;
}
</style>
border-color css
<style>
span { border-color: #8B4536; }
span { border-color: rgb(139,69,54); }
td.TdClassName
{
border-color: #8B4536;
}
.TagClassName
{
border-color: #8B4536;
}
</style>