Shades of Clinker #483422
Tints of Clinker #483422
RGB
CMYK
RGB Variations
Color information
#483422 (or 0x483422) is known color: Clinker. HEX triplet: 48, 34 and 22. RGB value is (72,52,34). Sum of RGB (Red+Green+Blue) = 72+52+34=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #483422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483422 is #B7CBDD. Grayscale: #383838. Windows color (decimal): -12045278 or 2241608. OLE color: 2241608.
HSL color Cylindrical-coordinate representation of color #483422: hue angle of 28.42º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483422 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 34 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.72 |
| HSL | 28.42º | 0.36% | 0.21% | - |
| HSV(B) | 28.42º | 0.53% | 0.28% | - |
| XYZ | 4.19 | 3.95 | 2.05 | - |
| YUV | 55.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 34 | 0 | 0.28 | 0.53 | 0.72 | 28.42 | 0.36 | 0.21 |
| Hex | 48 | 34 | 22 | 0 | 1C | 35 | 48 | 1C | 24 | 15 |
| Octal | 110 | 64 | 42 | 0 | 34 | 65 | 110 | 34 | 44 | 25 |
| Binary | 1001000 | 110100 | 100010 | 0 | 11100 | 110101 | 1001000 | 11100 | 100100 | 10101 |
Color Harmonies of #483422
Complementary color
Monochromatic Colors of #483422
Black with #483422
Text Example
Text Example
White with #483422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483422; }
p { color: rgb(72,52,34); }
H1.HeaderClassName
{
color: #483422;
}
.AnyTagClassName
{
color: #483422;
}
</style>
background-color css
<style>
a { background-color: #483422; }
a { background-color: rgb(72,52,34); }
div.DivClassName
{
background-color: #483422;
}
.BgClassName
{
background-color: #483422;
}
</style>
border-color css
<style>
span { border-color: #483422; }
span { border-color: rgb(72,52,34); }
td.TdClassName
{
border-color: #483422;
}
.TagClassName
{
border-color: #483422;
}
</style>