Shades of Paarl #855033
Tints of Paarl #855033
RGB
CMYK
RGB Variations
Color information
#855033 (or 0x855033) is known color: Paarl. HEX triplet: 85, 50 and 33. RGB value is (133,80,51). Sum of RGB (Red+Green+Blue) = 133+80+51=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #855033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855033 is #7AAFCC. Grayscale: #5C5C5C. Windows color (decimal): -8040397 or 3362949. OLE color: 3362949.
HSL color Cylindrical-coordinate representation of color #855033: hue angle of 21.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855033 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 51 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.48 |
| HSL | 21.22º | 0.45% | 0.36% | - |
| HSV(B) | 21.22º | 0.62% | 0.52% | - |
| XYZ | 13.14 | 10.96 | 4.56 | - |
| YUV | 92.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 51 | 0 | 0.40 | 0.62 | 0.48 | 21.22 | 0.45 | 0.36 |
| Hex | 85 | 50 | 33 | 0 | 28 | 3E | 30 | 15 | 2D | 24 |
| Octal | 205 | 120 | 63 | 0 | 50 | 76 | 60 | 25 | 55 | 44 |
| Binary | 10000101 | 1010000 | 110011 | 0 | 101000 | 111110 | 110000 | 10101 | 101101 | 100100 |
Color Harmonies of #855033
Complementary color
Monochromatic Colors of #855033
Black with #855033
Text Example
Text Example
White with #855033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855033; }
p { color: rgb(133,80,51); }
H1.HeaderClassName
{
color: #855033;
}
.AnyTagClassName
{
color: #855033;
}
</style>
background-color css
<style>
a { background-color: #855033; }
a { background-color: rgb(133,80,51); }
div.DivClassName
{
background-color: #855033;
}
.BgClassName
{
background-color: #855033;
}
</style>
border-color css
<style>
span { border-color: #855033; }
span { border-color: rgb(133,80,51); }
td.TdClassName
{
border-color: #855033;
}
.TagClassName
{
border-color: #855033;
}
</style>