Shades of Clinker #4A3117
Tints of Clinker #4A3117
RGB
CMYK
RGB Variations
Color information
#4A3117 (or 0x4A3117) is known color: Clinker. HEX triplet: 4A, 31 and 17. RGB value is (74,49,23). Sum of RGB (Red+Green+Blue) = 74+49+23=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3117 is #B5CEE8. Grayscale: #353535. Windows color (decimal): -11914985 or 1519946. OLE color: 1519946.
HSL color Cylindrical-coordinate representation of color #4A3117: hue angle of 30.59º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A3117 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 49 | 23 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.71 |
| HSL | 30.59º | 0.53% | 0.19% | - |
| HSV(B) | 30.59º | 0.69% | 0.29% | - |
| XYZ | 4.08 | 3.71 | 1.31 | - |
| YUV | 53.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 23 | 0 | 0.34 | 0.69 | 0.71 | 30.59 | 0.53 | 0.19 |
| Hex | 4A | 31 | 17 | 0 | 22 | 45 | 47 | 1F | 35 | 13 |
| Octal | 112 | 61 | 27 | 0 | 42 | 105 | 107 | 37 | 65 | 23 |
| Binary | 1001010 | 110001 | 10111 | 0 | 100010 | 1000101 | 1000111 | 11111 | 110101 | 10011 |
Color Harmonies of #4A3117
Complementary color
Monochromatic Colors of #4A3117
Black with #4A3117
Text Example
Text Example
White with #4A3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3117; }
p { color: rgb(74,49,23); }
H1.HeaderClassName
{
color: #4A3117;
}
.AnyTagClassName
{
color: #4A3117;
}
</style>
background-color css
<style>
a { background-color: #4A3117; }
a { background-color: rgb(74,49,23); }
div.DivClassName
{
background-color: #4A3117;
}
.BgClassName
{
background-color: #4A3117;
}
</style>
border-color css
<style>
span { border-color: #4A3117; }
span { border-color: rgb(74,49,23); }
td.TdClassName
{
border-color: #4A3117;
}
.TagClassName
{
border-color: #4A3117;
}
</style>