Shades of Clinker #453111
Tints of Clinker #453111
RGB
CMYK
RGB Variations
Color information
#453111 (or 0x453111) is known color: Clinker. HEX triplet: 45, 31 and 11. RGB value is (69,49,17). Sum of RGB (Red+Green+Blue) = 69+49+17=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #453111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453111 is #BACEEE. Grayscale: #333333. Windows color (decimal): -12242671 or 1126725. OLE color: 1126725.
HSL color Cylindrical-coordinate representation of color #453111: hue angle of 36.92º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #453111 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 49 | 17 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.73 |
| HSL | 36.92º | 0.6% | 0.17% | - |
| HSV(B) | 36.92º | 0.75% | 0.27% | - |
| XYZ | 3.65 | 3.5 | 1.01 | - |
| YUV | 51.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 17 | 0 | 0.29 | 0.75 | 0.73 | 36.92 | 0.6 | 0.17 |
| Hex | 45 | 31 | 11 | 0 | 1D | 4B | 49 | 25 | 3C | 11 |
| Octal | 105 | 61 | 21 | 0 | 35 | 113 | 111 | 45 | 74 | 21 |
| Binary | 1000101 | 110001 | 10001 | 0 | 11101 | 1001011 | 1001001 | 100101 | 111100 | 10001 |
Color Harmonies of #453111
Complementary color
Monochromatic Colors of #453111
Black with #453111
Text Example
Text Example
White with #453111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453111; }
p { color: rgb(69,49,17); }
H1.HeaderClassName
{
color: #453111;
}
.AnyTagClassName
{
color: #453111;
}
</style>
background-color css
<style>
a { background-color: #453111; }
a { background-color: rgb(69,49,17); }
div.DivClassName
{
background-color: #453111;
}
.BgClassName
{
background-color: #453111;
}
</style>
border-color css
<style>
span { border-color: #453111; }
span { border-color: rgb(69,49,17); }
td.TdClassName
{
border-color: #453111;
}
.TagClassName
{
border-color: #453111;
}
</style>