Shades of Clinker #483A26
Tints of Clinker #483A26
RGB
CMYK
RGB Variations
Color information
#483A26 (or 0x483A26) is known color: Clinker. HEX triplet: 48, 3A and 26. RGB value is (72,58,38). Sum of RGB (Red+Green+Blue) = 72+58+38=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A26 is #B7C5D9. Grayscale: #3B3B3B. Windows color (decimal): -12043738 or 2505288. OLE color: 2505288.
HSL color Cylindrical-coordinate representation of color #483A26: hue angle of 35.29º 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 #483A26 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 38 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.72 |
| HSL | 35.29º | 0.31% | 0.22% | - |
| HSV(B) | 35.29º | 0.47% | 0.28% | - |
| XYZ | 4.54 | 4.54 | 2.47 | - |
| YUV | 59.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 38 | 0 | 0.19 | 0.47 | 0.72 | 35.29 | 0.31 | 0.22 |
| Hex | 48 | 3A | 26 | 0 | 13 | 2F | 48 | 23 | 1F | 16 |
| Octal | 110 | 72 | 46 | 0 | 23 | 57 | 110 | 43 | 37 | 26 |
| Binary | 1001000 | 111010 | 100110 | 0 | 10011 | 101111 | 1001000 | 100011 | 11111 | 10110 |
Color Harmonies of #483A26
Complementary color
Monochromatic Colors of #483A26
Black with #483A26
Text Example
Text Example
White with #483A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A26; }
p { color: rgb(72,58,38); }
H1.HeaderClassName
{
color: #483A26;
}
.AnyTagClassName
{
color: #483A26;
}
</style>
background-color css
<style>
a { background-color: #483A26; }
a { background-color: rgb(72,58,38); }
div.DivClassName
{
background-color: #483A26;
}
.BgClassName
{
background-color: #483A26;
}
</style>
border-color css
<style>
span { border-color: #483A26; }
span { border-color: rgb(72,58,38); }
td.TdClassName
{
border-color: #483A26;
}
.TagClassName
{
border-color: #483A26;
}
</style>