Shades of Clinker #483A29
Tints of Clinker #483A29
RGB
CMYK
RGB Variations
Color information
#483A29 (or 0x483A29) is known color: Clinker. HEX triplet: 48, 3A and 29. RGB value is (72,58,41). Sum of RGB (Red+Green+Blue) = 72+58+41=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #483A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A29 is #B7C5D6. Grayscale: #3C3C3C. Windows color (decimal): -12043735 or 2701896. OLE color: 2701896.
HSL color Cylindrical-coordinate representation of color #483A29: hue angle of 32.9º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483A29 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 41 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.72 |
| HSL | 32.9º | 0.27% | 0.22% | - |
| HSV(B) | 32.9º | 0.43% | 0.28% | - |
| XYZ | 4.59 | 4.56 | 2.74 | - |
| YUV | 60.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 41 | 0 | 0.19 | 0.43 | 0.72 | 32.9 | 0.27 | 0.22 |
| Hex | 48 | 3A | 29 | 0 | 13 | 2B | 48 | 21 | 1B | 16 |
| Octal | 110 | 72 | 51 | 0 | 23 | 53 | 110 | 41 | 33 | 26 |
| Binary | 1001000 | 111010 | 101001 | 0 | 10011 | 101011 | 1001000 | 100001 | 11011 | 10110 |
Color Harmonies of #483A29
Complementary color
Monochromatic Colors of #483A29
Black with #483A29
Text Example
Text Example
White with #483A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A29; }
p { color: rgb(72,58,41); }
H1.HeaderClassName
{
color: #483A29;
}
.AnyTagClassName
{
color: #483A29;
}
</style>
background-color css
<style>
a { background-color: #483A29; }
a { background-color: rgb(72,58,41); }
div.DivClassName
{
background-color: #483A29;
}
.BgClassName
{
background-color: #483A29;
}
</style>
border-color css
<style>
span { border-color: #483A29; }
span { border-color: rgb(72,58,41); }
td.TdClassName
{
border-color: #483A29;
}
.TagClassName
{
border-color: #483A29;
}
</style>