Shades of Clinker #452E11
Tints of Clinker #452E11
RGB
CMYK
RGB Variations
Color information
#452E11 (or 0x452E11) is known color: Clinker. HEX triplet: 45, 2E and 11. RGB value is (69,46,17). Sum of RGB (Red+Green+Blue) = 69+46+17=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #452E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452E11 is #BAD1EE. Grayscale: #313131. Windows color (decimal): -12243439 or 1125957. OLE color: 1125957.
HSL color Cylindrical-coordinate representation of color #452E11: hue angle of 33.46º 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 #452E11 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 46 | 17 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.73 |
| HSL | 33.46º | 0.6% | 0.17% | - |
| HSV(B) | 33.46º | 0.75% | 0.27% | - |
| XYZ | 3.53 | 3.26 | 0.97 | - |
| YUV | 49.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 17 | 0 | 0.33 | 0.75 | 0.73 | 33.46 | 0.6 | 0.17 |
| Hex | 45 | 2E | 11 | 0 | 21 | 4B | 49 | 21 | 3C | 11 |
| Octal | 105 | 56 | 21 | 0 | 41 | 113 | 111 | 41 | 74 | 21 |
| Binary | 1000101 | 101110 | 10001 | 0 | 100001 | 1001011 | 1001001 | 100001 | 111100 | 10001 |
Color Harmonies of #452E11
Complementary color
Monochromatic Colors of #452E11
Black with #452E11
Text Example
Text Example
White with #452E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E11; }
p { color: rgb(69,46,17); }
H1.HeaderClassName
{
color: #452E11;
}
.AnyTagClassName
{
color: #452E11;
}
</style>
background-color css
<style>
a { background-color: #452E11; }
a { background-color: rgb(69,46,17); }
div.DivClassName
{
background-color: #452E11;
}
.BgClassName
{
background-color: #452E11;
}
</style>
border-color css
<style>
span { border-color: #452E11; }
span { border-color: rgb(69,46,17); }
td.TdClassName
{
border-color: #452E11;
}
.TagClassName
{
border-color: #452E11;
}
</style>