Shades of Clinker #4B3205
Tints of Clinker #4B3205
RGB
CMYK
RGB Variations
Color information
#4B3205 (or 0x4B3205) is known color: Clinker. HEX triplet: 4B, 32 and 05. RGB value is (75,50,5). Sum of RGB (Red+Green+Blue) = 75+50+5=130 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.69% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3205 is #B4CDFA. Grayscale: #343434. Windows color (decimal): -11849211 or 340555. OLE color: 340555.
HSL color Cylindrical-coordinate representation of color #4B3205: hue angle of 38.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B3205 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 50 | 5 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.71 |
| HSL | 38.57º | 0.88% | 0.16% | - |
| HSV(B) | 38.57º | 0.93% | 0.29% | - |
| XYZ | 4.07 | 3.79 | 0.66 | - |
| YUV | 52.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 5 | 0 | 0.33 | 0.93 | 0.71 | 38.57 | 0.88 | 0.16 |
| Hex | 4B | 32 | 5 | 0 | 21 | 5D | 47 | 27 | 58 | 10 |
| Octal | 113 | 62 | 5 | 0 | 41 | 135 | 107 | 47 | 130 | 20 |
| Binary | 1001011 | 110010 | 101 | 0 | 100001 | 1011101 | 1000111 | 100111 | 1011000 | 10000 |
Color Harmonies of #4B3205
Complementary color
Monochromatic Colors of #4B3205
Black with #4B3205
Text Example
Text Example
White with #4B3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3205; }
p { color: rgb(75,50,5); }
H1.HeaderClassName
{
color: #4B3205;
}
.AnyTagClassName
{
color: #4B3205;
}
</style>
background-color css
<style>
a { background-color: #4B3205; }
a { background-color: rgb(75,50,5); }
div.DivClassName
{
background-color: #4B3205;
}
.BgClassName
{
background-color: #4B3205;
}
</style>
border-color css
<style>
span { border-color: #4B3205; }
span { border-color: rgb(75,50,5); }
td.TdClassName
{
border-color: #4B3205;
}
.TagClassName
{
border-color: #4B3205;
}
</style>