Shades of Clinker #4B3C25
Tints of Clinker #4B3C25
RGB
CMYK
RGB Variations
Color information
#4B3C25 (or 0x4B3C25) is known color: Clinker. HEX triplet: 4B, 3C and 25. RGB value is (75,60,37). Sum of RGB (Red+Green+Blue) = 75+60+37=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C25 is #B4C3DA. Grayscale: #3D3D3D. Windows color (decimal): -11846619 or 2440267. OLE color: 2440267.
HSL color Cylindrical-coordinate representation of color #4B3C25: hue angle of 36.32º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B3C25 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 60 | 37 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.71 |
| HSL | 36.32º | 0.34% | 0.22% | - |
| HSV(B) | 36.32º | 0.51% | 0.29% | - |
| XYZ | 4.85 | 4.86 | 2.43 | - |
| YUV | 61.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 37 | 0 | 0.20 | 0.51 | 0.71 | 36.32 | 0.34 | 0.22 |
| Hex | 4B | 3C | 25 | 0 | 14 | 33 | 47 | 24 | 22 | 16 |
| Octal | 113 | 74 | 45 | 0 | 24 | 63 | 107 | 44 | 42 | 26 |
| Binary | 1001011 | 111100 | 100101 | 0 | 10100 | 110011 | 1000111 | 100100 | 100010 | 10110 |
Color Harmonies of #4B3C25
Complementary color
Monochromatic Colors of #4B3C25
Black with #4B3C25
Text Example
Text Example
White with #4B3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C25; }
p { color: rgb(75,60,37); }
H1.HeaderClassName
{
color: #4B3C25;
}
.AnyTagClassName
{
color: #4B3C25;
}
</style>
background-color css
<style>
a { background-color: #4B3C25; }
a { background-color: rgb(75,60,37); }
div.DivClassName
{
background-color: #4B3C25;
}
.BgClassName
{
background-color: #4B3C25;
}
</style>
border-color css
<style>
span { border-color: #4B3C25; }
span { border-color: rgb(75,60,37); }
td.TdClassName
{
border-color: #4B3C25;
}
.TagClassName
{
border-color: #4B3C25;
}
</style>