Shades of Paarl #8A462F
Tints of Paarl #8A462F
RGB
CMYK
RGB Variations
Color information
#8A462F (or 0x8A462F) is known color: Paarl. HEX triplet: 8A, 46 and 2F. RGB value is (138,70,47). Sum of RGB (Red+Green+Blue) = 138+70+47=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A462F is #75B9D0. Grayscale: #575757. Windows color (decimal): -7715281 or 3098250. OLE color: 3098250.
HSL color Cylindrical-coordinate representation of color #8A462F: hue angle of 15.16º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A462F is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 70 | 47 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.46 |
| HSL | 15.16º | 0.49% | 0.36% | - |
| HSV(B) | 15.16º | 0.66% | 0.54% | - |
| XYZ | 13.18 | 9.99 | 3.92 | - |
| YUV | 87.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 47 | 0 | 0.49 | 0.66 | 0.46 | 15.16 | 0.49 | 0.36 |
| Hex | 8A | 46 | 2F | 0 | 31 | 42 | 2E | F | 31 | 24 |
| Octal | 212 | 106 | 57 | 0 | 61 | 102 | 56 | 17 | 61 | 44 |
| Binary | 10001010 | 1000110 | 101111 | 0 | 110001 | 1000010 | 101110 | 1111 | 110001 | 100100 |
Color Harmonies of #8A462F
Complementary color
Monochromatic Colors of #8A462F
Black with #8A462F
Text Example
Text Example
White with #8A462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A462F; }
p { color: rgb(138,70,47); }
H1.HeaderClassName
{
color: #8A462F;
}
.AnyTagClassName
{
color: #8A462F;
}
</style>
background-color css
<style>
a { background-color: #8A462F; }
a { background-color: rgb(138,70,47); }
div.DivClassName
{
background-color: #8A462F;
}
.BgClassName
{
background-color: #8A462F;
}
</style>
border-color css
<style>
span { border-color: #8A462F; }
span { border-color: rgb(138,70,47); }
td.TdClassName
{
border-color: #8A462F;
}
.TagClassName
{
border-color: #8A462F;
}
</style>