Shades of Clinker #483927
Tints of Clinker #483927
RGB
CMYK
RGB Variations
Color information
#483927 (or 0x483927) is known color: Clinker. HEX triplet: 48, 39 and 27. RGB value is (72,57,39). Sum of RGB (Red+Green+Blue) = 72+57+39=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483927 is #B7C6D8. Grayscale: #3B3B3B. Windows color (decimal): -12043993 or 2570568. OLE color: 2570568.
HSL color Cylindrical-coordinate representation of color #483927: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483927 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 57 | 39 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.72 |
| HSL | 32.73º | 0.3% | 0.22% | - |
| HSV(B) | 32.73º | 0.46% | 0.28% | - |
| XYZ | 4.5 | 4.45 | 2.54 | - |
| YUV | 59.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 39 | 0 | 0.21 | 0.46 | 0.72 | 32.73 | 0.3 | 0.22 |
| Hex | 48 | 39 | 27 | 0 | 15 | 2E | 48 | 21 | 1E | 16 |
| Octal | 110 | 71 | 47 | 0 | 25 | 56 | 110 | 41 | 36 | 26 |
| Binary | 1001000 | 111001 | 100111 | 0 | 10101 | 101110 | 1001000 | 100001 | 11110 | 10110 |
Color Harmonies of #483927
Complementary color
Monochromatic Colors of #483927
Black with #483927
Text Example
Text Example
White with #483927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483927; }
p { color: rgb(72,57,39); }
H1.HeaderClassName
{
color: #483927;
}
.AnyTagClassName
{
color: #483927;
}
</style>
background-color css
<style>
a { background-color: #483927; }
a { background-color: rgb(72,57,39); }
div.DivClassName
{
background-color: #483927;
}
.BgClassName
{
background-color: #483927;
}
</style>
border-color css
<style>
span { border-color: #483927; }
span { border-color: rgb(72,57,39); }
td.TdClassName
{
border-color: #483927;
}
.TagClassName
{
border-color: #483927;
}
</style>