Shades of Clinker #482D09
Tints of Clinker #482D09
RGB
CMYK
RGB Variations
Color information
#482D09 (or 0x482D09) is known color: Clinker. HEX triplet: 48, 2D and 09. RGB value is (72,45,9). Sum of RGB (Red+Green+Blue) = 72+45+9=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D09 is #B7D2F6. Grayscale: #313131. Windows color (decimal): -12047095 or 601416. OLE color: 601416.
HSL color Cylindrical-coordinate representation of color #482D09: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #482D09 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 9 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.72 |
| HSL | 34.29º | 0.78% | 0.16% | - |
| HSV(B) | 34.29º | 0.88% | 0.28% | - |
| XYZ | 3.66 | 3.27 | 0.7 | - |
| YUV | 48.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 9 | 0 | 0.38 | 0.88 | 0.72 | 34.29 | 0.78 | 0.16 |
| Hex | 48 | 2D | 9 | 0 | 26 | 58 | 48 | 22 | 4E | 10 |
| Octal | 110 | 55 | 11 | 0 | 46 | 130 | 110 | 42 | 116 | 20 |
| Binary | 1001000 | 101101 | 1001 | 0 | 100110 | 1011000 | 1001000 | 100010 | 1001110 | 10000 |
Color Harmonies of #482D09
Complementary color
Monochromatic Colors of #482D09
Black with #482D09
Text Example
Text Example
White with #482D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D09; }
p { color: rgb(72,45,9); }
H1.HeaderClassName
{
color: #482D09;
}
.AnyTagClassName
{
color: #482D09;
}
</style>
background-color css
<style>
a { background-color: #482D09; }
a { background-color: rgb(72,45,9); }
div.DivClassName
{
background-color: #482D09;
}
.BgClassName
{
background-color: #482D09;
}
</style>
border-color css
<style>
span { border-color: #482D09; }
span { border-color: rgb(72,45,9); }
td.TdClassName
{
border-color: #482D09;
}
.TagClassName
{
border-color: #482D09;
}
</style>