Shades of Van Cleef #523A38
Tints of Van Cleef #523A38
RGB
CMYK
RGB Variations
Color information
#523A38 (or 0x523A38) is known color: Van Cleef. HEX triplet: 52, 3A and 38. RGB value is (82,58,56). Sum of RGB (Red+Green+Blue) = 82+58+56=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #523A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A38 is #ADC5C7. Grayscale: #404040. Windows color (decimal): -11388360 or 3684946. OLE color: 3684946.
HSL color Cylindrical-coordinate representation of color #523A38: hue angle of 4.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #523A38 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 56 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.68 |
| HSL | 4.62º | 0.19% | 0.27% | - |
| HSV(B) | 4.62º | 0.32% | 0.32% | - |
| XYZ | 5.71 | 5.11 | 4.43 | - |
| YUV | 64.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 56 | 0 | 0.29 | 0.32 | 0.68 | 4.62 | 0.19 | 0.27 |
| Hex | 52 | 3A | 38 | 0 | 1D | 20 | 44 | 5 | 13 | 1B |
| Octal | 122 | 72 | 70 | 0 | 35 | 40 | 104 | 5 | 23 | 33 |
| Binary | 1010010 | 111010 | 111000 | 0 | 11101 | 100000 | 1000100 | 101 | 10011 | 11011 |
Color Harmonies of #523A38
Complementary color
Monochromatic Colors of #523A38
Black with #523A38
Text Example
Text Example
White with #523A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A38; }
p { color: rgb(82,58,56); }
H1.HeaderClassName
{
color: #523A38;
}
.AnyTagClassName
{
color: #523A38;
}
</style>
background-color css
<style>
a { background-color: #523A38; }
a { background-color: rgb(82,58,56); }
div.DivClassName
{
background-color: #523A38;
}
.BgClassName
{
background-color: #523A38;
}
</style>
border-color css
<style>
span { border-color: #523A38; }
span { border-color: rgb(82,58,56); }
td.TdClassName
{
border-color: #523A38;
}
.TagClassName
{
border-color: #523A38;
}
</style>