Shades of Clinker #452D0C
Tints of Clinker #452D0C
RGB
CMYK
RGB Variations
Color information
#452D0C (or 0x452D0C) is known color: Clinker. HEX triplet: 45, 2D and 0C. RGB value is (69,45,12). Sum of RGB (Red+Green+Blue) = 69+45+12=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #452D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D0C is #BAD2F3. Grayscale: #303030. Windows color (decimal): -12243700 or 798021. OLE color: 798021.
HSL color Cylindrical-coordinate representation of color #452D0C: hue angle of 34.74º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #452D0C is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 12 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.73 |
| HSL | 34.74º | 0.7% | 0.16% | - |
| HSV(B) | 34.74º | 0.83% | 0.27% | - |
| XYZ | 3.46 | 3.17 | 0.78 | - |
| YUV | 48.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 12 | 0 | 0.35 | 0.83 | 0.73 | 34.74 | 0.7 | 0.16 |
| Hex | 45 | 2D | C | 0 | 23 | 53 | 49 | 23 | 46 | 10 |
| Octal | 105 | 55 | 14 | 0 | 43 | 123 | 111 | 43 | 106 | 20 |
| Binary | 1000101 | 101101 | 1100 | 0 | 100011 | 1010011 | 1001001 | 100011 | 1000110 | 10000 |
Color Harmonies of #452D0C
Complementary color
Monochromatic Colors of #452D0C
Black with #452D0C
Text Example
Text Example
White with #452D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D0C; }
p { color: rgb(69,45,12); }
H1.HeaderClassName
{
color: #452D0C;
}
.AnyTagClassName
{
color: #452D0C;
}
</style>
background-color css
<style>
a { background-color: #452D0C; }
a { background-color: rgb(69,45,12); }
div.DivClassName
{
background-color: #452D0C;
}
.BgClassName
{
background-color: #452D0C;
}
</style>
border-color css
<style>
span { border-color: #452D0C; }
span { border-color: rgb(69,45,12); }
td.TdClassName
{
border-color: #452D0C;
}
.TagClassName
{
border-color: #452D0C;
}
</style>