Shades of Clinker #4B3618
Tints of Clinker #4B3618
RGB
CMYK
RGB Variations
Color information
#4B3618 (or 0x4B3618) is known color: Clinker. HEX triplet: 4B, 36 and 18. RGB value is (75,54,24). Sum of RGB (Red+Green+Blue) = 75+54+24=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3618 is #B4C9E7. Grayscale: #393939. Windows color (decimal): -11848168 or 1586763. OLE color: 1586763.
HSL color Cylindrical-coordinate representation of color #4B3618: hue angle of 35.29º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B3618 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 54 | 24 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.71 |
| HSL | 35.29º | 0.52% | 0.19% | - |
| HSV(B) | 35.29º | 0.68% | 0.29% | - |
| XYZ | 4.39 | 4.2 | 1.44 | - |
| YUV | 56.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 24 | 0 | 0.28 | 0.68 | 0.71 | 35.29 | 0.52 | 0.19 |
| Hex | 4B | 36 | 18 | 0 | 1C | 44 | 47 | 23 | 34 | 13 |
| Octal | 113 | 66 | 30 | 0 | 34 | 104 | 107 | 43 | 64 | 23 |
| Binary | 1001011 | 110110 | 11000 | 0 | 11100 | 1000100 | 1000111 | 100011 | 110100 | 10011 |
Color Harmonies of #4B3618
Complementary color
Monochromatic Colors of #4B3618
Black with #4B3618
Text Example
Text Example
White with #4B3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3618; }
p { color: rgb(75,54,24); }
H1.HeaderClassName
{
color: #4B3618;
}
.AnyTagClassName
{
color: #4B3618;
}
</style>
background-color css
<style>
a { background-color: #4B3618; }
a { background-color: rgb(75,54,24); }
div.DivClassName
{
background-color: #4B3618;
}
.BgClassName
{
background-color: #4B3618;
}
</style>
border-color css
<style>
span { border-color: #4B3618; }
span { border-color: rgb(75,54,24); }
td.TdClassName
{
border-color: #4B3618;
}
.TagClassName
{
border-color: #4B3618;
}
</style>