Shades of Clinker #483822
Tints of Clinker #483822
RGB
CMYK
RGB Variations
Color information
#483822 (or 0x483822) is known color: Clinker. HEX triplet: 48, 38 and 22. RGB value is (72,56,34). Sum of RGB (Red+Green+Blue) = 72+56+34=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483822 is #B7C7DD. Grayscale: #3A3A3A. Windows color (decimal): -12044254 or 2242632. OLE color: 2242632.
HSL color Cylindrical-coordinate representation of color #483822: hue angle of 34.74º 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 #483822 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 56 | 34 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.72 |
| HSL | 34.74º | 0.36% | 0.21% | - |
| HSV(B) | 34.74º | 0.53% | 0.28% | - |
| XYZ | 4.38 | 4.32 | 2.12 | - |
| YUV | 58.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 34 | 0 | 0.22 | 0.53 | 0.72 | 34.74 | 0.36 | 0.21 |
| Hex | 48 | 38 | 22 | 0 | 16 | 35 | 48 | 23 | 24 | 15 |
| Octal | 110 | 70 | 42 | 0 | 26 | 65 | 110 | 43 | 44 | 25 |
| Binary | 1001000 | 111000 | 100010 | 0 | 10110 | 110101 | 1001000 | 100011 | 100100 | 10101 |
Color Harmonies of #483822
Complementary color
Monochromatic Colors of #483822
Black with #483822
Text Example
Text Example
White with #483822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483822; }
p { color: rgb(72,56,34); }
H1.HeaderClassName
{
color: #483822;
}
.AnyTagClassName
{
color: #483822;
}
</style>
background-color css
<style>
a { background-color: #483822; }
a { background-color: rgb(72,56,34); }
div.DivClassName
{
background-color: #483822;
}
.BgClassName
{
background-color: #483822;
}
</style>
border-color css
<style>
span { border-color: #483822; }
span { border-color: rgb(72,56,34); }
td.TdClassName
{
border-color: #483822;
}
.TagClassName
{
border-color: #483822;
}
</style>