Shades of Clinker #483A25
Tints of Clinker #483A25
RGB
CMYK
RGB Variations
Color information
#483A25 (or 0x483A25) is known color: Clinker. HEX triplet: 48, 3A and 25. RGB value is (72,58,37). Sum of RGB (Red+Green+Blue) = 72+58+37=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A25 is #B7C5DA. Grayscale: #3B3B3B. Windows color (decimal): -12043739 or 2439752. OLE color: 2439752.
HSL color Cylindrical-coordinate representation of color #483A25: hue angle of 36º 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 #483A25 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 37 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.72 |
| HSL | 36º | 0.32% | 0.21% | - |
| HSV(B) | 36º | 0.49% | 0.28% | - |
| XYZ | 4.52 | 4.54 | 2.39 | - |
| YUV | 59.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 37 | 0 | 0.19 | 0.49 | 0.72 | 36 | 0.32 | 0.21 |
| Hex | 48 | 3A | 25 | 0 | 13 | 31 | 48 | 24 | 20 | 15 |
| Octal | 110 | 72 | 45 | 0 | 23 | 61 | 110 | 44 | 40 | 25 |
| Binary | 1001000 | 111010 | 100101 | 0 | 10011 | 110001 | 1001000 | 100100 | 100000 | 10101 |
Color Harmonies of #483A25
Complementary color
Monochromatic Colors of #483A25
Black with #483A25
Text Example
Text Example
White with #483A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A25; }
p { color: rgb(72,58,37); }
H1.HeaderClassName
{
color: #483A25;
}
.AnyTagClassName
{
color: #483A25;
}
</style>
background-color css
<style>
a { background-color: #483A25; }
a { background-color: rgb(72,58,37); }
div.DivClassName
{
background-color: #483A25;
}
.BgClassName
{
background-color: #483A25;
}
</style>
border-color css
<style>
span { border-color: #483A25; }
span { border-color: rgb(72,58,37); }
td.TdClassName
{
border-color: #483A25;
}
.TagClassName
{
border-color: #483A25;
}
</style>