Shades of Paarl #8B482F
Tints of Paarl #8B482F
RGB
CMYK
RGB Variations
Color information
#8B482F (or 0x8B482F) is known color: Paarl. HEX triplet: 8B, 48 and 2F. RGB value is (139,72,47). Sum of RGB (Red+Green+Blue) = 139+72+47=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B482F is #74B7D0. Grayscale: #595959. Windows color (decimal): -7649233 or 3098763. OLE color: 3098763.
HSL color Cylindrical-coordinate representation of color #8B482F: hue angle of 16.3º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B482F is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 47 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.45 |
| HSL | 16.3º | 0.49% | 0.36% | - |
| HSV(B) | 16.3º | 0.66% | 0.55% | - |
| XYZ | 13.48 | 10.33 | 3.97 | - |
| YUV | 89.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 47 | 0 | 0.48 | 0.66 | 0.45 | 16.3 | 0.49 | 0.36 |
| Hex | 8B | 48 | 2F | 0 | 30 | 42 | 2D | 10 | 31 | 24 |
| Octal | 213 | 110 | 57 | 0 | 60 | 102 | 55 | 20 | 61 | 44 |
| Binary | 10001011 | 1001000 | 101111 | 0 | 110000 | 1000010 | 101101 | 10000 | 110001 | 100100 |
Color Harmonies of #8B482F
Complementary color
Monochromatic Colors of #8B482F
Black with #8B482F
Text Example
Text Example
White with #8B482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B482F; }
p { color: rgb(139,72,47); }
H1.HeaderClassName
{
color: #8B482F;
}
.AnyTagClassName
{
color: #8B482F;
}
</style>
background-color css
<style>
a { background-color: #8B482F; }
a { background-color: rgb(139,72,47); }
div.DivClassName
{
background-color: #8B482F;
}
.BgClassName
{
background-color: #8B482F;
}
</style>
border-color css
<style>
span { border-color: #8B482F; }
span { border-color: rgb(139,72,47); }
td.TdClassName
{
border-color: #8B482F;
}
.TagClassName
{
border-color: #8B482F;
}
</style>