Shades of Paarl #904A34
Tints of Paarl #904A34
RGB
CMYK
RGB Variations
Color information
#904A34 (or 0x904A34) is known color: Paarl. HEX triplet: 90, 4A and 34. RGB value is (144,74,52). Sum of RGB (Red+Green+Blue) = 144+74+52=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #904A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A34 is #6FB5CB. Grayscale: #5C5C5C. Windows color (decimal): -7321036 or 3426960. OLE color: 3426960.
HSL color Cylindrical-coordinate representation of color #904A34: hue angle of 14.35º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904A34 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 52 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.44 |
| HSL | 14.35º | 0.47% | 0.38% | - |
| HSV(B) | 14.35º | 0.64% | 0.56% | - |
| XYZ | 14.57 | 11.07 | 4.62 | - |
| YUV | 92.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 52 | 0 | 0.49 | 0.64 | 0.44 | 14.35 | 0.47 | 0.38 |
| Hex | 90 | 4A | 34 | 0 | 31 | 40 | 2C | E | 2F | 26 |
| Octal | 220 | 112 | 64 | 0 | 61 | 100 | 54 | 16 | 57 | 46 |
| Binary | 10010000 | 1001010 | 110100 | 0 | 110001 | 1000000 | 101100 | 1110 | 101111 | 100110 |
Color Harmonies of #904A34
Complementary color
Monochromatic Colors of #904A34
Black with #904A34
Text Example
Text Example
White with #904A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A34; }
p { color: rgb(144,74,52); }
H1.HeaderClassName
{
color: #904A34;
}
.AnyTagClassName
{
color: #904A34;
}
</style>
background-color css
<style>
a { background-color: #904A34; }
a { background-color: rgb(144,74,52); }
div.DivClassName
{
background-color: #904A34;
}
.BgClassName
{
background-color: #904A34;
}
</style>
border-color css
<style>
span { border-color: #904A34; }
span { border-color: rgb(144,74,52); }
td.TdClassName
{
border-color: #904A34;
}
.TagClassName
{
border-color: #904A34;
}
</style>