Shades of Clinker #483005
Tints of Clinker #483005
RGB
CMYK
RGB Variations
Color information
#483005 (or 0x483005) is known color: Clinker. HEX triplet: 48, 30 and 05. RGB value is (72,48,5). Sum of RGB (Red+Green+Blue) = 72+48+5=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #483005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483005 is #B7CFFA. Grayscale: #323232. Windows color (decimal): -12046331 or 340040. OLE color: 340040.
HSL color Cylindrical-coordinate representation of color #483005: hue angle of 38.51º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #483005 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 5 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.72 |
| HSL | 38.51º | 0.87% | 0.15% | - |
| HSV(B) | 38.51º | 0.93% | 0.28% | - |
| XYZ | 3.76 | 3.5 | 0.62 | - |
| YUV | 50.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 5 | 0 | 0.33 | 0.93 | 0.72 | 38.51 | 0.87 | 0.15 |
| Hex | 48 | 30 | 5 | 0 | 21 | 5D | 48 | 27 | 57 | F |
| Octal | 110 | 60 | 5 | 0 | 41 | 135 | 110 | 47 | 127 | 17 |
| Binary | 1001000 | 110000 | 101 | 0 | 100001 | 1011101 | 1001000 | 100111 | 1010111 | 1111 |
Color Harmonies of #483005
Complementary color
Monochromatic Colors of #483005
Black with #483005
Text Example
Text Example
White with #483005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483005; }
p { color: rgb(72,48,5); }
H1.HeaderClassName
{
color: #483005;
}
.AnyTagClassName
{
color: #483005;
}
</style>
background-color css
<style>
a { background-color: #483005; }
a { background-color: rgb(72,48,5); }
div.DivClassName
{
background-color: #483005;
}
.BgClassName
{
background-color: #483005;
}
</style>
border-color css
<style>
span { border-color: #483005; }
span { border-color: rgb(72,48,5); }
td.TdClassName
{
border-color: #483005;
}
.TagClassName
{
border-color: #483005;
}
</style>