Shades of Clinker #483317
Tints of Clinker #483317
RGB
CMYK
RGB Variations
Color information
#483317 (or 0x483317) is known color: Clinker. HEX triplet: 48, 33 and 17. RGB value is (72,51,23). Sum of RGB (Red+Green+Blue) = 72+51+23=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #483317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483317 is #B7CCE8. Grayscale: #363636. Windows color (decimal): -12045545 or 1520456. OLE color: 1520456.
HSL color Cylindrical-coordinate representation of color #483317: hue angle of 34.29º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #483317 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 51 | 23 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.72 |
| HSL | 34.29º | 0.52% | 0.19% | - |
| HSV(B) | 34.29º | 0.68% | 0.28% | - |
| XYZ | 4.01 | 3.81 | 1.33 | - |
| YUV | 54.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 23 | 0 | 0.29 | 0.68 | 0.72 | 34.29 | 0.52 | 0.19 |
| Hex | 48 | 33 | 17 | 0 | 1D | 44 | 48 | 22 | 34 | 13 |
| Octal | 110 | 63 | 27 | 0 | 35 | 104 | 110 | 42 | 64 | 23 |
| Binary | 1001000 | 110011 | 10111 | 0 | 11101 | 1000100 | 1001000 | 100010 | 110100 | 10011 |
Color Harmonies of #483317
Complementary color
Monochromatic Colors of #483317
Black with #483317
Text Example
Text Example
White with #483317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483317; }
p { color: rgb(72,51,23); }
H1.HeaderClassName
{
color: #483317;
}
.AnyTagClassName
{
color: #483317;
}
</style>
background-color css
<style>
a { background-color: #483317; }
a { background-color: rgb(72,51,23); }
div.DivClassName
{
background-color: #483317;
}
.BgClassName
{
background-color: #483317;
}
</style>
border-color css
<style>
span { border-color: #483317; }
span { border-color: rgb(72,51,23); }
td.TdClassName
{
border-color: #483317;
}
.TagClassName
{
border-color: #483317;
}
</style>