Shades of Paarl #8B482D
Tints of Paarl #8B482D
RGB
CMYK
RGB Variations
Color information
#8B482D (or 0x8B482D) is known color: Paarl. HEX triplet: 8B, 48 and 2D. RGB value is (139,72,45). Sum of RGB (Red+Green+Blue) = 139+72+45=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B482D is #74B7D2. Grayscale: #595959. Windows color (decimal): -7649235 or 2967691. OLE color: 2967691.
HSL color Cylindrical-coordinate representation of color #8B482D: hue angle of 17.23º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B482D is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 45 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.45 |
| HSL | 17.23º | 0.51% | 0.36% | - |
| HSV(B) | 17.23º | 0.68% | 0.55% | - |
| XYZ | 13.44 | 10.31 | 3.76 | - |
| YUV | 88.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 45 | 0 | 0.48 | 0.68 | 0.45 | 17.23 | 0.51 | 0.36 |
| Hex | 8B | 48 | 2D | 0 | 30 | 44 | 2D | 11 | 33 | 24 |
| Octal | 213 | 110 | 55 | 0 | 60 | 104 | 55 | 21 | 63 | 44 |
| Binary | 10001011 | 1001000 | 101101 | 0 | 110000 | 1000100 | 101101 | 10001 | 110011 | 100100 |
Color Harmonies of #8B482D
Complementary color
Monochromatic Colors of #8B482D
Black with #8B482D
Text Example
Text Example
White with #8B482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B482D; }
p { color: rgb(139,72,45); }
H1.HeaderClassName
{
color: #8B482D;
}
.AnyTagClassName
{
color: #8B482D;
}
</style>
background-color css
<style>
a { background-color: #8B482D; }
a { background-color: rgb(139,72,45); }
div.DivClassName
{
background-color: #8B482D;
}
.BgClassName
{
background-color: #8B482D;
}
</style>
border-color css
<style>
span { border-color: #8B482D; }
span { border-color: rgb(139,72,45); }
td.TdClassName
{
border-color: #8B482D;
}
.TagClassName
{
border-color: #8B482D;
}
</style>