Shades of Clinker #45341C
Tints of Clinker #45341C
RGB
CMYK
RGB Variations
Color information
#45341C (or 0x45341C) is known color: Clinker. HEX triplet: 45, 34 and 1C. RGB value is (69,52,28). Sum of RGB (Red+Green+Blue) = 69+52+28=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #45341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45341C is #BACBE3. Grayscale: #363636. Windows color (decimal): -12241892 or 1848389. OLE color: 1848389.
HSL color Cylindrical-coordinate representation of color #45341C: hue angle of 35.12º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45341C is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 52 | 28 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.73 |
| HSL | 35.12º | 0.42% | 0.19% | - |
| HSV(B) | 35.12º | 0.59% | 0.27% | - |
| XYZ | 3.89 | 3.81 | 1.63 | - |
| YUV | 54.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 28 | 0 | 0.25 | 0.59 | 0.73 | 35.12 | 0.42 | 0.19 |
| Hex | 45 | 34 | 1C | 0 | 19 | 3B | 49 | 23 | 2A | 13 |
| Octal | 105 | 64 | 34 | 0 | 31 | 73 | 111 | 43 | 52 | 23 |
| Binary | 1000101 | 110100 | 11100 | 0 | 11001 | 111011 | 1001001 | 100011 | 101010 | 10011 |
Color Harmonies of #45341C
Complementary color
Monochromatic Colors of #45341C
Black with #45341C
Text Example
Text Example
White with #45341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45341C; }
p { color: rgb(69,52,28); }
H1.HeaderClassName
{
color: #45341C;
}
.AnyTagClassName
{
color: #45341C;
}
</style>
background-color css
<style>
a { background-color: #45341C; }
a { background-color: rgb(69,52,28); }
div.DivClassName
{
background-color: #45341C;
}
.BgClassName
{
background-color: #45341C;
}
</style>
border-color css
<style>
span { border-color: #45341C; }
span { border-color: rgb(69,52,28); }
td.TdClassName
{
border-color: #45341C;
}
.TagClassName
{
border-color: #45341C;
}
</style>