Shades of Clinker #483924
Tints of Clinker #483924
RGB
CMYK
RGB Variations
Color information
#483924 (or 0x483924) is known color: Clinker. HEX triplet: 48, 39 and 24. RGB value is (72,57,36). Sum of RGB (Red+Green+Blue) = 72+57+36=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483924 is #B7C6DB. Grayscale: #3B3B3B. Windows color (decimal): -12043996 or 2373960. OLE color: 2373960.
HSL color Cylindrical-coordinate representation of color #483924: hue angle of 35º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483924 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 57 | 36 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.72 |
| HSL | 35º | 0.33% | 0.21% | - |
| HSV(B) | 35º | 0.5% | 0.28% | - |
| XYZ | 4.45 | 4.43 | 2.29 | - |
| YUV | 59.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 36 | 0 | 0.21 | 0.5 | 0.72 | 35 | 0.33 | 0.21 |
| Hex | 48 | 39 | 24 | 0 | 15 | 32 | 48 | 23 | 21 | 15 |
| Octal | 110 | 71 | 44 | 0 | 25 | 62 | 110 | 43 | 41 | 25 |
| Binary | 1001000 | 111001 | 100100 | 0 | 10101 | 110010 | 1001000 | 100011 | 100001 | 10101 |
Color Harmonies of #483924
Complementary color
Monochromatic Colors of #483924
Black with #483924
Text Example
Text Example
White with #483924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483924; }
p { color: rgb(72,57,36); }
H1.HeaderClassName
{
color: #483924;
}
.AnyTagClassName
{
color: #483924;
}
</style>
background-color css
<style>
a { background-color: #483924; }
a { background-color: rgb(72,57,36); }
div.DivClassName
{
background-color: #483924;
}
.BgClassName
{
background-color: #483924;
}
</style>
border-color css
<style>
span { border-color: #483924; }
span { border-color: rgb(72,57,36); }
td.TdClassName
{
border-color: #483924;
}
.TagClassName
{
border-color: #483924;
}
</style>