Shades of Clinker #4B3615
Tints of Clinker #4B3615
RGB
CMYK
RGB Variations
Color information
#4B3615 (or 0x4B3615) is known color: Clinker. HEX triplet: 4B, 36 and 15. RGB value is (75,54,21). Sum of RGB (Red+Green+Blue) = 75+54+21=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3615 is #B4C9EA. Grayscale: #383838. Windows color (decimal): -11848171 or 1390155. OLE color: 1390155.
HSL color Cylindrical-coordinate representation of color #4B3615: hue angle of 36.67º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3615 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 54 | 21 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.71 |
| HSL | 36.67º | 0.56% | 0.19% | - |
| HSV(B) | 36.67º | 0.72% | 0.29% | - |
| XYZ | 4.36 | 4.19 | 1.29 | - |
| YUV | 56.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 21 | 0 | 0.28 | 0.72 | 0.71 | 36.67 | 0.56 | 0.19 |
| Hex | 4B | 36 | 15 | 0 | 1C | 48 | 47 | 25 | 38 | 13 |
| Octal | 113 | 66 | 25 | 0 | 34 | 110 | 107 | 45 | 70 | 23 |
| Binary | 1001011 | 110110 | 10101 | 0 | 11100 | 1001000 | 1000111 | 100101 | 111000 | 10011 |
Color Harmonies of #4B3615
Complementary color
Monochromatic Colors of #4B3615
Black with #4B3615
Text Example
Text Example
White with #4B3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3615; }
p { color: rgb(75,54,21); }
H1.HeaderClassName
{
color: #4B3615;
}
.AnyTagClassName
{
color: #4B3615;
}
</style>
background-color css
<style>
a { background-color: #4B3615; }
a { background-color: rgb(75,54,21); }
div.DivClassName
{
background-color: #4B3615;
}
.BgClassName
{
background-color: #4B3615;
}
</style>
border-color css
<style>
span { border-color: #4B3615; }
span { border-color: rgb(75,54,21); }
td.TdClassName
{
border-color: #4B3615;
}
.TagClassName
{
border-color: #4B3615;
}
</style>