Shades of Clinker #483825
Tints of Clinker #483825
RGB
CMYK
RGB Variations
Color information
#483825 (or 0x483825) is known color: Clinker. HEX triplet: 48, 38 and 25. RGB value is (72,56,37). Sum of RGB (Red+Green+Blue) = 72+56+37=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483825 is #B7C7DA. Grayscale: #3A3A3A. Windows color (decimal): -12044251 or 2439240. OLE color: 2439240.
HSL color Cylindrical-coordinate representation of color #483825: hue angle of 32.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483825 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 56 | 37 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.72 |
| HSL | 32.57º | 0.32% | 0.21% | - |
| HSV(B) | 32.57º | 0.49% | 0.28% | - |
| XYZ | 4.42 | 4.34 | 2.35 | - |
| YUV | 58.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 37 | 0 | 0.22 | 0.49 | 0.72 | 32.57 | 0.32 | 0.21 |
| Hex | 48 | 38 | 25 | 0 | 16 | 31 | 48 | 21 | 20 | 15 |
| Octal | 110 | 70 | 45 | 0 | 26 | 61 | 110 | 41 | 40 | 25 |
| Binary | 1001000 | 111000 | 100101 | 0 | 10110 | 110001 | 1001000 | 100001 | 100000 | 10101 |
Color Harmonies of #483825
Complementary color
Monochromatic Colors of #483825
Black with #483825
Text Example
Text Example
White with #483825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483825; }
p { color: rgb(72,56,37); }
H1.HeaderClassName
{
color: #483825;
}
.AnyTagClassName
{
color: #483825;
}
</style>
background-color css
<style>
a { background-color: #483825; }
a { background-color: rgb(72,56,37); }
div.DivClassName
{
background-color: #483825;
}
.BgClassName
{
background-color: #483825;
}
</style>
border-color css
<style>
span { border-color: #483825; }
span { border-color: rgb(72,56,37); }
td.TdClassName
{
border-color: #483825;
}
.TagClassName
{
border-color: #483825;
}
</style>