Shades of Paarl #814A32
Tints of Paarl #814A32
RGB
CMYK
RGB Variations
Color information
#814A32 (or 0x814A32) is known color: Paarl. HEX triplet: 81, 4A and 32. RGB value is (129,74,50). Sum of RGB (Red+Green+Blue) = 129+74+50=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #814A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814A32 is #7EB5CD. Grayscale: #575757. Windows color (decimal): -8304078 or 3295873. OLE color: 3295873.
HSL color Cylindrical-coordinate representation of color #814A32: hue angle of 18.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814A32 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 50 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.49 |
| HSL | 18.23º | 0.44% | 0.35% | - |
| HSV(B) | 18.23º | 0.61% | 0.51% | - |
| XYZ | 12.08 | 9.79 | 4.27 | - |
| YUV | 87.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 50 | 0 | 0.43 | 0.61 | 0.49 | 18.23 | 0.44 | 0.35 |
| Hex | 81 | 4A | 32 | 0 | 2B | 3D | 31 | 12 | 2C | 23 |
| Octal | 201 | 112 | 62 | 0 | 53 | 75 | 61 | 22 | 54 | 43 |
| Binary | 10000001 | 1001010 | 110010 | 0 | 101011 | 111101 | 110001 | 10010 | 101100 | 100011 |
Color Harmonies of #814A32
Complementary color
Monochromatic Colors of #814A32
Black with #814A32
Text Example
Text Example
White with #814A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A32; }
p { color: rgb(129,74,50); }
H1.HeaderClassName
{
color: #814A32;
}
.AnyTagClassName
{
color: #814A32;
}
</style>
background-color css
<style>
a { background-color: #814A32; }
a { background-color: rgb(129,74,50); }
div.DivClassName
{
background-color: #814A32;
}
.BgClassName
{
background-color: #814A32;
}
</style>
border-color css
<style>
span { border-color: #814A32; }
span { border-color: rgb(129,74,50); }
td.TdClassName
{
border-color: #814A32;
}
.TagClassName
{
border-color: #814A32;
}
</style>