Shades of Clinker #45301C
Tints of Clinker #45301C
RGB
CMYK
RGB Variations
Color information
#45301C (or 0x45301C) is known color: Clinker. HEX triplet: 45, 30 and 1C. RGB value is (69,48,28). Sum of RGB (Red+Green+Blue) = 69+48+28=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #45301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45301C is #BACFE3. Grayscale: #343434. Windows color (decimal): -12242916 or 1847365. OLE color: 1847365.
HSL color Cylindrical-coordinate representation of color #45301C: hue angle of 29.27º 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 #45301C is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 48 | 28 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.73 |
| HSL | 29.27º | 0.42% | 0.19% | - |
| HSV(B) | 29.27º | 0.59% | 0.27% | - |
| XYZ | 3.72 | 3.46 | 1.57 | - |
| YUV | 52 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 28 | 0 | 0.30 | 0.59 | 0.73 | 29.27 | 0.42 | 0.19 |
| Hex | 45 | 30 | 1C | 0 | 1E | 3B | 49 | 1D | 2A | 13 |
| Octal | 105 | 60 | 34 | 0 | 36 | 73 | 111 | 35 | 52 | 23 |
| Binary | 1000101 | 110000 | 11100 | 0 | 11110 | 111011 | 1001001 | 11101 | 101010 | 10011 |
Color Harmonies of #45301C
Complementary color
Monochromatic Colors of #45301C
Black with #45301C
Text Example
Text Example
White with #45301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45301C; }
p { color: rgb(69,48,28); }
H1.HeaderClassName
{
color: #45301C;
}
.AnyTagClassName
{
color: #45301C;
}
</style>
background-color css
<style>
a { background-color: #45301C; }
a { background-color: rgb(69,48,28); }
div.DivClassName
{
background-color: #45301C;
}
.BgClassName
{
background-color: #45301C;
}
</style>
border-color css
<style>
span { border-color: #45301C; }
span { border-color: rgb(69,48,28); }
td.TdClassName
{
border-color: #45301C;
}
.TagClassName
{
border-color: #45301C;
}
</style>