Shades of Clinker #452D0F
Tints of Clinker #452D0F
RGB
CMYK
RGB Variations
Color information
#452D0F (or 0x452D0F) is known color: Clinker. HEX triplet: 45, 2D and 0F. RGB value is (69,45,15). Sum of RGB (Red+Green+Blue) = 69+45+15=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #452D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452D0F is #BAD2F0. Grayscale: #303030. Windows color (decimal): -12243697 or 994629. OLE color: 994629.
HSL color Cylindrical-coordinate representation of color #452D0F: hue angle of 33.33º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452D0F is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 45 | 15 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.73 |
| HSL | 33.33º | 0.64% | 0.16% | - |
| HSV(B) | 33.33º | 0.78% | 0.27% | - |
| XYZ | 3.48 | 3.18 | 0.88 | - |
| YUV | 48.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 15 | 0 | 0.35 | 0.78 | 0.73 | 33.33 | 0.64 | 0.16 |
| Hex | 45 | 2D | F | 0 | 23 | 4E | 49 | 21 | 40 | 10 |
| Octal | 105 | 55 | 17 | 0 | 43 | 116 | 111 | 41 | 100 | 20 |
| Binary | 1000101 | 101101 | 1111 | 0 | 100011 | 1001110 | 1001001 | 100001 | 1000000 | 10000 |
Color Harmonies of #452D0F
Complementary color
Monochromatic Colors of #452D0F
Black with #452D0F
Text Example
Text Example
White with #452D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D0F; }
p { color: rgb(69,45,15); }
H1.HeaderClassName
{
color: #452D0F;
}
.AnyTagClassName
{
color: #452D0F;
}
</style>
background-color css
<style>
a { background-color: #452D0F; }
a { background-color: rgb(69,45,15); }
div.DivClassName
{
background-color: #452D0F;
}
.BgClassName
{
background-color: #452D0F;
}
</style>
border-color css
<style>
span { border-color: #452D0F; }
span { border-color: rgb(69,45,15); }
td.TdClassName
{
border-color: #452D0F;
}
.TagClassName
{
border-color: #452D0F;
}
</style>