Shades of Van Cleef #543E38
Tints of Van Cleef #543E38
RGB
CMYK
RGB Variations
Color information
#543E38 (or 0x543E38) is known color: Van Cleef. HEX triplet: 54, 3E and 38. RGB value is (84,62,56). Sum of RGB (Red+Green+Blue) = 84+62+56=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #543E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543E38 is #ABC1C7. Grayscale: #434343. Windows color (decimal): -11256264 or 3685972. OLE color: 3685972.
HSL color Cylindrical-coordinate representation of color #543E38: hue angle of 12.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #543E38 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 62 | 56 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.67 |
| HSL | 12.86º | 0.2% | 0.27% | - |
| HSV(B) | 12.86º | 0.33% | 0.33% | - |
| XYZ | 6.09 | 5.62 | 4.5 | - |
| YUV | 67.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 56 | 0 | 0.26 | 0.33 | 0.67 | 12.86 | 0.2 | 0.27 |
| Hex | 54 | 3E | 38 | 0 | 1A | 21 | 43 | D | 14 | 1B |
| Octal | 124 | 76 | 70 | 0 | 32 | 41 | 103 | 15 | 24 | 33 |
| Binary | 1010100 | 111110 | 111000 | 0 | 11010 | 100001 | 1000011 | 1101 | 10100 | 11011 |
Color Harmonies of #543E38
Complementary color
Monochromatic Colors of #543E38
Black with #543E38
Text Example
Text Example
White with #543E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E38; }
p { color: rgb(84,62,56); }
H1.HeaderClassName
{
color: #543E38;
}
.AnyTagClassName
{
color: #543E38;
}
</style>
background-color css
<style>
a { background-color: #543E38; }
a { background-color: rgb(84,62,56); }
div.DivClassName
{
background-color: #543E38;
}
.BgClassName
{
background-color: #543E38;
}
</style>
border-color css
<style>
span { border-color: #543E38; }
span { border-color: rgb(84,62,56); }
td.TdClassName
{
border-color: #543E38;
}
.TagClassName
{
border-color: #543E38;
}
</style>