Shades of Clinker #4B3B27
Tints of Clinker #4B3B27
RGB
CMYK
RGB Variations
Color information
#4B3B27 (or 0x4B3B27) is known color: Clinker. HEX triplet: 4B, 3B and 27. RGB value is (75,59,39). Sum of RGB (Red+Green+Blue) = 75+59+39=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B27 is #B4C4D8. Grayscale: #3D3D3D. Windows color (decimal): -11846873 or 2571083. OLE color: 2571083.
HSL color Cylindrical-coordinate representation of color #4B3B27: hue angle of 33.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3B27 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 59 | 39 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.71 |
| HSL | 33.33º | 0.32% | 0.22% | - |
| HSV(B) | 33.33º | 0.48% | 0.29% | - |
| XYZ | 4.83 | 4.77 | 2.59 | - |
| YUV | 61.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 39 | 0 | 0.21 | 0.48 | 0.71 | 33.33 | 0.32 | 0.22 |
| Hex | 4B | 3B | 27 | 0 | 15 | 30 | 47 | 21 | 20 | 16 |
| Octal | 113 | 73 | 47 | 0 | 25 | 60 | 107 | 41 | 40 | 26 |
| Binary | 1001011 | 111011 | 100111 | 0 | 10101 | 110000 | 1000111 | 100001 | 100000 | 10110 |
Color Harmonies of #4B3B27
Complementary color
Monochromatic Colors of #4B3B27
Black with #4B3B27
Text Example
Text Example
White with #4B3B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3B27; }
p { color: rgb(75,59,39); }
H1.HeaderClassName
{
color: #4B3B27;
}
.AnyTagClassName
{
color: #4B3B27;
}
</style>
background-color css
<style>
a { background-color: #4B3B27; }
a { background-color: rgb(75,59,39); }
div.DivClassName
{
background-color: #4B3B27;
}
.BgClassName
{
background-color: #4B3B27;
}
</style>
border-color css
<style>
span { border-color: #4B3B27; }
span { border-color: rgb(75,59,39); }
td.TdClassName
{
border-color: #4B3B27;
}
.TagClassName
{
border-color: #4B3B27;
}
</style>