Shades of Clinker #452D06
Tints of Clinker #452D06
RGB
CMYK
RGB Variations
Color information
#452D06 (or 0x452D06) is known color: Clinker. HEX triplet: 45, 2D and 06. RGB value is (69,45,6). Sum of RGB (Red+Green+Blue) = 69+45+6=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #452D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D06 is #BAD2F9. Grayscale: #2F2F2F. Windows color (decimal): -12243706 or 404805. OLE color: 404805.
HSL color Cylindrical-coordinate representation of color #452D06: hue angle of 37.14º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #452D06 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 6 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.73 |
| HSL | 37.14º | 0.84% | 0.15% | - |
| HSV(B) | 37.14º | 0.91% | 0.27% | - |
| XYZ | 3.43 | 3.16 | 0.6 | - |
| YUV | 47.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 6 | 0 | 0.35 | 0.91 | 0.73 | 37.14 | 0.84 | 0.15 |
| Hex | 45 | 2D | 6 | 0 | 23 | 5B | 49 | 25 | 54 | F |
| Octal | 105 | 55 | 6 | 0 | 43 | 133 | 111 | 45 | 124 | 17 |
| Binary | 1000101 | 101101 | 110 | 0 | 100011 | 1011011 | 1001001 | 100101 | 1010100 | 1111 |
Color Harmonies of #452D06
Complementary color
Monochromatic Colors of #452D06
Black with #452D06
Text Example
Text Example
White with #452D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D06; }
p { color: rgb(69,45,6); }
H1.HeaderClassName
{
color: #452D06;
}
.AnyTagClassName
{
color: #452D06;
}
</style>
background-color css
<style>
a { background-color: #452D06; }
a { background-color: rgb(69,45,6); }
div.DivClassName
{
background-color: #452D06;
}
.BgClassName
{
background-color: #452D06;
}
</style>
border-color css
<style>
span { border-color: #452D06; }
span { border-color: rgb(69,45,6); }
td.TdClassName
{
border-color: #452D06;
}
.TagClassName
{
border-color: #452D06;
}
</style>