Shades of Clinker #483B26
Tints of Clinker #483B26
RGB
CMYK
RGB Variations
Color information
#483B26 (or 0x483B26) is known color: Clinker. HEX triplet: 48, 3B and 26. RGB value is (72,59,38). Sum of RGB (Red+Green+Blue) = 72+59+38=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #483B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B26 is #B7C4D9. Grayscale: #3C3C3C. Windows color (decimal): -12043482 or 2505544. OLE color: 2505544.
HSL color Cylindrical-coordinate representation of color #483B26: hue angle of 37.06º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483B26 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 38 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.72 |
| HSL | 37.06º | 0.31% | 0.22% | - |
| HSV(B) | 37.06º | 0.47% | 0.28% | - |
| XYZ | 4.59 | 4.65 | 2.49 | - |
| YUV | 60.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 38 | 0 | 0.18 | 0.47 | 0.72 | 37.06 | 0.31 | 0.22 |
| Hex | 48 | 3B | 26 | 0 | 12 | 2F | 48 | 25 | 1F | 16 |
| Octal | 110 | 73 | 46 | 0 | 22 | 57 | 110 | 45 | 37 | 26 |
| Binary | 1001000 | 111011 | 100110 | 0 | 10010 | 101111 | 1001000 | 100101 | 11111 | 10110 |
Color Harmonies of #483B26
Complementary color
Monochromatic Colors of #483B26
Black with #483B26
Text Example
Text Example
White with #483B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B26; }
p { color: rgb(72,59,38); }
H1.HeaderClassName
{
color: #483B26;
}
.AnyTagClassName
{
color: #483B26;
}
</style>
background-color css
<style>
a { background-color: #483B26; }
a { background-color: rgb(72,59,38); }
div.DivClassName
{
background-color: #483B26;
}
.BgClassName
{
background-color: #483B26;
}
</style>
border-color css
<style>
span { border-color: #483B26; }
span { border-color: rgb(72,59,38); }
td.TdClassName
{
border-color: #483B26;
}
.TagClassName
{
border-color: #483B26;
}
</style>