Shades of Clinker #4B361A
Tints of Clinker #4B361A
RGB
CMYK
RGB Variations
Color information
#4B361A (or 0x4B361A) is known color: Clinker. HEX triplet: 4B, 36 and 1A. RGB value is (75,54,26). Sum of RGB (Red+Green+Blue) = 75+54+26=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B361A is #B4C9E5. Grayscale: #393939. Windows color (decimal): -11848166 or 1717835. OLE color: 1717835.
HSL color Cylindrical-coordinate representation of color #4B361A: hue angle of 34.29º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B361A is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 54 | 26 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.71 |
| HSL | 34.29º | 0.49% | 0.2% | - |
| HSV(B) | 34.29º | 0.65% | 0.29% | - |
| XYZ | 4.41 | 4.21 | 1.56 | - |
| YUV | 57.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 26 | 0 | 0.28 | 0.65 | 0.71 | 34.29 | 0.49 | 0.2 |
| Hex | 4B | 36 | 1A | 0 | 1C | 41 | 47 | 22 | 31 | 14 |
| Octal | 113 | 66 | 32 | 0 | 34 | 101 | 107 | 42 | 61 | 24 |
| Binary | 1001011 | 110110 | 11010 | 0 | 11100 | 1000001 | 1000111 | 100010 | 110001 | 10100 |
Color Harmonies of #4B361A
Complementary color
Monochromatic Colors of #4B361A
Black with #4B361A
Text Example
Text Example
White with #4B361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B361A; }
p { color: rgb(75,54,26); }
H1.HeaderClassName
{
color: #4B361A;
}
.AnyTagClassName
{
color: #4B361A;
}
</style>
background-color css
<style>
a { background-color: #4B361A; }
a { background-color: rgb(75,54,26); }
div.DivClassName
{
background-color: #4B361A;
}
.BgClassName
{
background-color: #4B361A;
}
</style>
border-color css
<style>
span { border-color: #4B361A; }
span { border-color: rgb(75,54,26); }
td.TdClassName
{
border-color: #4B361A;
}
.TagClassName
{
border-color: #4B361A;
}
</style>