Shades of Van Cleef #543B36
Tints of Van Cleef #543B36
RGB
CMYK
RGB Variations
Color information
#543B36 (or 0x543B36) is known color: Van Cleef. HEX triplet: 54, 3B and 36. RGB value is (84,59,54). Sum of RGB (Red+Green+Blue) = 84+59+54=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #543B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B36 is #ABC4C9. Grayscale: #414141. Windows color (decimal): -11257034 or 3554132. OLE color: 3554132.
HSL color Cylindrical-coordinate representation of color #543B36: hue angle of 10º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #543B36 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 54 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.67 |
| HSL | 10º | 0.22% | 0.27% | - |
| HSV(B) | 10º | 0.36% | 0.33% | - |
| XYZ | 5.89 | 5.28 | 4.2 | - |
| YUV | 65.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 54 | 0 | 0.30 | 0.36 | 0.67 | 10 | 0.22 | 0.27 |
| Hex | 54 | 3B | 36 | 0 | 1E | 24 | 43 | A | 16 | 1B |
| Octal | 124 | 73 | 66 | 0 | 36 | 44 | 103 | 12 | 26 | 33 |
| Binary | 1010100 | 111011 | 110110 | 0 | 11110 | 100100 | 1000011 | 1010 | 10110 | 11011 |
Color Harmonies of #543B36
Complementary color
Monochromatic Colors of #543B36
Black with #543B36
Text Example
Text Example
White with #543B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B36; }
p { color: rgb(84,59,54); }
H1.HeaderClassName
{
color: #543B36;
}
.AnyTagClassName
{
color: #543B36;
}
</style>
background-color css
<style>
a { background-color: #543B36; }
a { background-color: rgb(84,59,54); }
div.DivClassName
{
background-color: #543B36;
}
.BgClassName
{
background-color: #543B36;
}
</style>
border-color css
<style>
span { border-color: #543B36; }
span { border-color: rgb(84,59,54); }
td.TdClassName
{
border-color: #543B36;
}
.TagClassName
{
border-color: #543B36;
}
</style>