Shades of Clinker #483318
Tints of Clinker #483318
RGB
CMYK
RGB Variations
Color information
#483318 (or 0x483318) is known color: Clinker. HEX triplet: 48, 33 and 18. RGB value is (72,51,24). Sum of RGB (Red+Green+Blue) = 72+51+24=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #483318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483318 is #B7CCE7. Grayscale: #363636. Windows color (decimal): -12045544 or 1585992. OLE color: 1585992.
HSL color Cylindrical-coordinate representation of color #483318: hue angle of 33.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #483318 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 24 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.72 |
| HSL | 33.75º | 0.5% | 0.19% | - |
| HSV(B) | 33.75º | 0.67% | 0.28% | - |
| XYZ | 4.02 | 3.81 | 1.39 | - |
| YUV | 54.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 24 | 0 | 0.29 | 0.67 | 0.72 | 33.75 | 0.5 | 0.19 |
| Hex | 48 | 33 | 18 | 0 | 1D | 43 | 48 | 22 | 32 | 13 |
| Octal | 110 | 63 | 30 | 0 | 35 | 103 | 110 | 42 | 62 | 23 |
| Binary | 1001000 | 110011 | 11000 | 0 | 11101 | 1000011 | 1001000 | 100010 | 110010 | 10011 |
Color Harmonies of #483318
Complementary color
Monochromatic Colors of #483318
Black with #483318
Text Example
Text Example
White with #483318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483318; }
p { color: rgb(72,51,24); }
H1.HeaderClassName
{
color: #483318;
}
.AnyTagClassName
{
color: #483318;
}
</style>
background-color css
<style>
a { background-color: #483318; }
a { background-color: rgb(72,51,24); }
div.DivClassName
{
background-color: #483318;
}
.BgClassName
{
background-color: #483318;
}
</style>
border-color css
<style>
span { border-color: #483318; }
span { border-color: rgb(72,51,24); }
td.TdClassName
{
border-color: #483318;
}
.TagClassName
{
border-color: #483318;
}
</style>