Shades of Clinker #4A3409
Tints of Clinker #4A3409
RGB
CMYK
RGB Variations
Color information
#4A3409 (or 0x4A3409) is known color: Clinker. HEX triplet: 4A, 34 and 09. RGB value is (74,52,9). Sum of RGB (Red+Green+Blue) = 74+52+9=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3409 is #B5CBF6. Grayscale: #353535. Windows color (decimal): -11914231 or 603210. OLE color: 603210.
HSL color Cylindrical-coordinate representation of color #4A3409: hue angle of 39.69º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A3409 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 52 | 9 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.71 |
| HSL | 39.69º | 0.78% | 0.16% | - |
| HSV(B) | 39.69º | 0.88% | 0.29% | - |
| XYZ | 4.1 | 3.93 | 0.8 | - |
| YUV | 53.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 9 | 0 | 0.30 | 0.88 | 0.71 | 39.69 | 0.78 | 0.16 |
| Hex | 4A | 34 | 9 | 0 | 1E | 58 | 47 | 28 | 4E | 10 |
| Octal | 112 | 64 | 11 | 0 | 36 | 130 | 107 | 50 | 116 | 20 |
| Binary | 1001010 | 110100 | 1001 | 0 | 11110 | 1011000 | 1000111 | 101000 | 1001110 | 10000 |
Color Harmonies of #4A3409
Complementary color
Monochromatic Colors of #4A3409
Black with #4A3409
Text Example
Text Example
White with #4A3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3409; }
p { color: rgb(74,52,9); }
H1.HeaderClassName
{
color: #4A3409;
}
.AnyTagClassName
{
color: #4A3409;
}
</style>
background-color css
<style>
a { background-color: #4A3409; }
a { background-color: rgb(74,52,9); }
div.DivClassName
{
background-color: #4A3409;
}
.BgClassName
{
background-color: #4A3409;
}
</style>
border-color css
<style>
span { border-color: #4A3409; }
span { border-color: rgb(74,52,9); }
td.TdClassName
{
border-color: #4A3409;
}
.TagClassName
{
border-color: #4A3409;
}
</style>