Shades of Clinker #4B3308
Tints of Clinker #4B3308
RGB
CMYK
RGB Variations
Color information
#4B3308 (or 0x4B3308) is known color: Clinker. HEX triplet: 4B, 33 and 08. RGB value is (75,51,8). Sum of RGB (Red+Green+Blue) = 75+51+8=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3308 is #B4CCF7. Grayscale: #353535. Windows color (decimal): -11848952 or 537419. OLE color: 537419.
HSL color Cylindrical-coordinate representation of color #4B3308: hue angle of 38.51º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B3308 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 51 | 8 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.71 |
| HSL | 38.51º | 0.81% | 0.16% | - |
| HSV(B) | 38.51º | 0.89% | 0.29% | - |
| XYZ | 4.13 | 3.88 | 0.76 | - |
| YUV | 53.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 8 | 0 | 0.32 | 0.89 | 0.71 | 38.51 | 0.81 | 0.16 |
| Hex | 4B | 33 | 8 | 0 | 20 | 59 | 47 | 27 | 51 | 10 |
| Octal | 113 | 63 | 10 | 0 | 40 | 131 | 107 | 47 | 121 | 20 |
| Binary | 1001011 | 110011 | 1000 | 0 | 100000 | 1011001 | 1000111 | 100111 | 1010001 | 10000 |
Color Harmonies of #4B3308
Complementary color
Monochromatic Colors of #4B3308
Black with #4B3308
Text Example
Text Example
White with #4B3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3308; }
p { color: rgb(75,51,8); }
H1.HeaderClassName
{
color: #4B3308;
}
.AnyTagClassName
{
color: #4B3308;
}
</style>
background-color css
<style>
a { background-color: #4B3308; }
a { background-color: rgb(75,51,8); }
div.DivClassName
{
background-color: #4B3308;
}
.BgClassName
{
background-color: #4B3308;
}
</style>
border-color css
<style>
span { border-color: #4B3308; }
span { border-color: rgb(75,51,8); }
td.TdClassName
{
border-color: #4B3308;
}
.TagClassName
{
border-color: #4B3308;
}
</style>