Shades of Clinker #483623
Tints of Clinker #483623
RGB
CMYK
RGB Variations
Color information
#483623 (or 0x483623) is known color: Clinker. HEX triplet: 48, 36 and 23. RGB value is (72,54,35). Sum of RGB (Red+Green+Blue) = 72+54+35=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483623 is #B7C9DC. Grayscale: #393939. Windows color (decimal): -12044765 or 2307656. OLE color: 2307656.
HSL color Cylindrical-coordinate representation of color #483623: hue angle of 30.81º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483623 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 35 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.72 |
| HSL | 30.81º | 0.35% | 0.21% | - |
| HSV(B) | 30.81º | 0.51% | 0.28% | - |
| XYZ | 4.3 | 4.14 | 2.16 | - |
| YUV | 57.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 35 | 0 | 0.25 | 0.51 | 0.72 | 30.81 | 0.35 | 0.21 |
| Hex | 48 | 36 | 23 | 0 | 19 | 33 | 48 | 1F | 23 | 15 |
| Octal | 110 | 66 | 43 | 0 | 31 | 63 | 110 | 37 | 43 | 25 |
| Binary | 1001000 | 110110 | 100011 | 0 | 11001 | 110011 | 1001000 | 11111 | 100011 | 10101 |
Color Harmonies of #483623
Complementary color
Monochromatic Colors of #483623
Black with #483623
Text Example
Text Example
White with #483623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483623; }
p { color: rgb(72,54,35); }
H1.HeaderClassName
{
color: #483623;
}
.AnyTagClassName
{
color: #483623;
}
</style>
background-color css
<style>
a { background-color: #483623; }
a { background-color: rgb(72,54,35); }
div.DivClassName
{
background-color: #483623;
}
.BgClassName
{
background-color: #483623;
}
</style>
border-color css
<style>
span { border-color: #483623; }
span { border-color: rgb(72,54,35); }
td.TdClassName
{
border-color: #483623;
}
.TagClassName
{
border-color: #483623;
}
</style>