Shades of Clinker #483720
Tints of Clinker #483720
RGB
CMYK
RGB Variations
Color information
#483720 (or 0x483720) is known color: Clinker. HEX triplet: 48, 37 and 20. RGB value is (72,55,32). Sum of RGB (Red+Green+Blue) = 72+55+32=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #483720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483720 is #B7C8DF. Grayscale: #393939. Windows color (decimal): -12044512 or 2111304. OLE color: 2111304.
HSL color Cylindrical-coordinate representation of color #483720: hue angle of 34.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483720 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 55 | 32 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.72 |
| HSL | 34.5º | 0.38% | 0.2% | - |
| HSV(B) | 34.5º | 0.56% | 0.28% | - |
| XYZ | 4.3 | 4.21 | 1.95 | - |
| YUV | 57.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 32 | 0 | 0.24 | 0.56 | 0.72 | 34.5 | 0.38 | 0.2 |
| Hex | 48 | 37 | 20 | 0 | 18 | 38 | 48 | 22 | 26 | 14 |
| Octal | 110 | 67 | 40 | 0 | 30 | 70 | 110 | 42 | 46 | 24 |
| Binary | 1001000 | 110111 | 100000 | 0 | 11000 | 111000 | 1001000 | 100010 | 100110 | 10100 |
Color Harmonies of #483720
Complementary color
Monochromatic Colors of #483720
Black with #483720
Text Example
Text Example
White with #483720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483720; }
p { color: rgb(72,55,32); }
H1.HeaderClassName
{
color: #483720;
}
.AnyTagClassName
{
color: #483720;
}
</style>
background-color css
<style>
a { background-color: #483720; }
a { background-color: rgb(72,55,32); }
div.DivClassName
{
background-color: #483720;
}
.BgClassName
{
background-color: #483720;
}
</style>
border-color css
<style>
span { border-color: #483720; }
span { border-color: rgb(72,55,32); }
td.TdClassName
{
border-color: #483720;
}
.TagClassName
{
border-color: #483720;
}
</style>