Shades of Van Cleef #543C38
Tints of Van Cleef #543C38
RGB
CMYK
RGB Variations
Color information
#543C38 (or 0x543C38) is known color: Van Cleef. HEX triplet: 54, 3C and 38. RGB value is (84,60,56). Sum of RGB (Red+Green+Blue) = 84+60+56=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #543C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543C38 is #ABC3C7. Grayscale: #424242. Windows color (decimal): -11256776 or 3685460. OLE color: 3685460.
HSL color Cylindrical-coordinate representation of color #543C38: hue angle of 8.57º 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 #543C38 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 56 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.67 |
| HSL | 8.57º | 0.2% | 0.27% | - |
| HSV(B) | 8.57º | 0.33% | 0.33% | - |
| XYZ | 5.99 | 5.4 | 4.47 | - |
| YUV | 66.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 56 | 0 | 0.29 | 0.33 | 0.67 | 8.57 | 0.2 | 0.27 |
| Hex | 54 | 3C | 38 | 0 | 1D | 21 | 43 | 9 | 14 | 1B |
| Octal | 124 | 74 | 70 | 0 | 35 | 41 | 103 | 11 | 24 | 33 |
| Binary | 1010100 | 111100 | 111000 | 0 | 11101 | 100001 | 1000011 | 1001 | 10100 | 11011 |
Color Harmonies of #543C38
Complementary color
Monochromatic Colors of #543C38
Black with #543C38
Text Example
Text Example
White with #543C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C38; }
p { color: rgb(84,60,56); }
H1.HeaderClassName
{
color: #543C38;
}
.AnyTagClassName
{
color: #543C38;
}
</style>
background-color css
<style>
a { background-color: #543C38; }
a { background-color: rgb(84,60,56); }
div.DivClassName
{
background-color: #543C38;
}
.BgClassName
{
background-color: #543C38;
}
</style>
border-color css
<style>
span { border-color: #543C38; }
span { border-color: rgb(84,60,56); }
td.TdClassName
{
border-color: #543C38;
}
.TagClassName
{
border-color: #543C38;
}
</style>