Shades of Clinker #452F16
Tints of Clinker #452F16
RGB
CMYK
RGB Variations
Color information
#452F16 (or 0x452F16) is known color: Clinker. HEX triplet: 45, 2F and 16. RGB value is (69,47,22). Sum of RGB (Red+Green+Blue) = 69+47+22=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #452F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452F16 is #BAD0E9. Grayscale: #323232. Windows color (decimal): -12243178 or 1453893. OLE color: 1453893.
HSL color Cylindrical-coordinate representation of color #452F16: hue angle of 31.91º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #452F16 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 47 | 22 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.73 |
| HSL | 31.91º | 0.52% | 0.18% | - |
| HSV(B) | 31.91º | 0.68% | 0.27% | - |
| XYZ | 3.62 | 3.36 | 1.22 | - |
| YUV | 50.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 22 | 0 | 0.32 | 0.68 | 0.73 | 31.91 | 0.52 | 0.18 |
| Hex | 45 | 2F | 16 | 0 | 20 | 44 | 49 | 20 | 34 | 12 |
| Octal | 105 | 57 | 26 | 0 | 40 | 104 | 111 | 40 | 64 | 22 |
| Binary | 1000101 | 101111 | 10110 | 0 | 100000 | 1000100 | 1001001 | 100000 | 110100 | 10010 |
Color Harmonies of #452F16
Complementary color
Monochromatic Colors of #452F16
Black with #452F16
Text Example
Text Example
White with #452F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F16; }
p { color: rgb(69,47,22); }
H1.HeaderClassName
{
color: #452F16;
}
.AnyTagClassName
{
color: #452F16;
}
</style>
background-color css
<style>
a { background-color: #452F16; }
a { background-color: rgb(69,47,22); }
div.DivClassName
{
background-color: #452F16;
}
.BgClassName
{
background-color: #452F16;
}
</style>
border-color css
<style>
span { border-color: #452F16; }
span { border-color: rgb(69,47,22); }
td.TdClassName
{
border-color: #452F16;
}
.TagClassName
{
border-color: #452F16;
}
</style>