Shades of Clinker #453012
Tints of Clinker #453012
RGB
CMYK
RGB Variations
Color information
#453012 (or 0x453012) is known color: Clinker. HEX triplet: 45, 30 and 12. RGB value is (69,48,18). Sum of RGB (Red+Green+Blue) = 69+48+18=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #453012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453012 is #BACFED. Grayscale: #323232. Windows color (decimal): -12242926 or 1192005. OLE color: 1192005.
HSL color Cylindrical-coordinate representation of color #453012: hue angle of 35.29º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453012 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 48 | 18 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.73 |
| HSL | 35.29º | 0.59% | 0.17% | - |
| HSV(B) | 35.29º | 0.74% | 0.27% | - |
| XYZ | 3.62 | 3.42 | 1.04 | - |
| YUV | 50.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 18 | 0 | 0.30 | 0.74 | 0.73 | 35.29 | 0.59 | 0.17 |
| Hex | 45 | 30 | 12 | 0 | 1E | 4A | 49 | 23 | 3B | 11 |
| Octal | 105 | 60 | 22 | 0 | 36 | 112 | 111 | 43 | 73 | 21 |
| Binary | 1000101 | 110000 | 10010 | 0 | 11110 | 1001010 | 1001001 | 100011 | 111011 | 10001 |
Color Harmonies of #453012
Complementary color
Monochromatic Colors of #453012
Black with #453012
Text Example
Text Example
White with #453012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453012; }
p { color: rgb(69,48,18); }
H1.HeaderClassName
{
color: #453012;
}
.AnyTagClassName
{
color: #453012;
}
</style>
background-color css
<style>
a { background-color: #453012; }
a { background-color: rgb(69,48,18); }
div.DivClassName
{
background-color: #453012;
}
.BgClassName
{
background-color: #453012;
}
</style>
border-color css
<style>
span { border-color: #453012; }
span { border-color: rgb(69,48,18); }
td.TdClassName
{
border-color: #453012;
}
.TagClassName
{
border-color: #453012;
}
</style>