Shades of Clinker #483007
Tints of Clinker #483007
RGB
CMYK
RGB Variations
Color information
#483007 (or 0x483007) is known color: Clinker. HEX triplet: 48, 30 and 07. RGB value is (72,48,7). Sum of RGB (Red+Green+Blue) = 72+48+7=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #483007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483007 is #B7CFF8. Grayscale: #323232. Windows color (decimal): -12046329 or 471112. OLE color: 471112.
HSL color Cylindrical-coordinate representation of color #483007: hue angle of 37.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483007 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 7 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.72 |
| HSL | 37.85º | 0.82% | 0.15% | - |
| HSV(B) | 37.85º | 0.9% | 0.28% | - |
| XYZ | 3.77 | 3.51 | 0.68 | - |
| YUV | 50.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 7 | 0 | 0.33 | 0.90 | 0.72 | 37.85 | 0.82 | 0.15 |
| Hex | 48 | 30 | 7 | 0 | 21 | 5A | 48 | 26 | 52 | F |
| Octal | 110 | 60 | 7 | 0 | 41 | 132 | 110 | 46 | 122 | 17 |
| Binary | 1001000 | 110000 | 111 | 0 | 100001 | 1011010 | 1001000 | 100110 | 1010010 | 1111 |
Color Harmonies of #483007
Complementary color
Monochromatic Colors of #483007
Black with #483007
Text Example
Text Example
White with #483007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483007; }
p { color: rgb(72,48,7); }
H1.HeaderClassName
{
color: #483007;
}
.AnyTagClassName
{
color: #483007;
}
</style>
background-color css
<style>
a { background-color: #483007; }
a { background-color: rgb(72,48,7); }
div.DivClassName
{
background-color: #483007;
}
.BgClassName
{
background-color: #483007;
}
</style>
border-color css
<style>
span { border-color: #483007; }
span { border-color: rgb(72,48,7); }
td.TdClassName
{
border-color: #483007;
}
.TagClassName
{
border-color: #483007;
}
</style>