Shades of Van Cleef #543B34
Tints of Van Cleef #543B34
RGB
CMYK
RGB Variations
Color information
#543B34 (or 0x543B34) is known color: Van Cleef. HEX triplet: 54, 3B and 34. RGB value is (84,59,52). Sum of RGB (Red+Green+Blue) = 84+59+52=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #543B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543B34 is #ABC4CB. Grayscale: #414141. Windows color (decimal): -11257036 or 3423060. OLE color: 3423060.
HSL color Cylindrical-coordinate representation of color #543B34: hue angle of 13.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #543B34 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 59 | 52 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.67 |
| HSL | 13.13º | 0.24% | 0.27% | - |
| HSV(B) | 13.13º | 0.38% | 0.33% | - |
| XYZ | 5.84 | 5.26 | 3.96 | - |
| YUV | 65.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 59 | 52 | 0 | 0.30 | 0.38 | 0.67 | 13.13 | 0.24 | 0.27 |
| Hex | 54 | 3B | 34 | 0 | 1E | 26 | 43 | D | 18 | 1B |
| Octal | 124 | 73 | 64 | 0 | 36 | 46 | 103 | 15 | 30 | 33 |
| Binary | 1010100 | 111011 | 110100 | 0 | 11110 | 100110 | 1000011 | 1101 | 11000 | 11011 |
Color Harmonies of #543B34
Complementary color
Monochromatic Colors of #543B34
Black with #543B34
Text Example
Text Example
White with #543B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543B34; }
p { color: rgb(84,59,52); }
H1.HeaderClassName
{
color: #543B34;
}
.AnyTagClassName
{
color: #543B34;
}
</style>
background-color css
<style>
a { background-color: #543B34; }
a { background-color: rgb(84,59,52); }
div.DivClassName
{
background-color: #543B34;
}
.BgClassName
{
background-color: #543B34;
}
</style>
border-color css
<style>
span { border-color: #543B34; }
span { border-color: rgb(84,59,52); }
td.TdClassName
{
border-color: #543B34;
}
.TagClassName
{
border-color: #543B34;
}
</style>