Shades of Clinker #452E15
Tints of Clinker #452E15
RGB
CMYK
RGB Variations
Color information
#452E15 (or 0x452E15) is known color: Clinker. HEX triplet: 45, 2E and 15. RGB value is (69,46,21). Sum of RGB (Red+Green+Blue) = 69+46+21=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #452E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452E15 is #BAD1EA. Grayscale: #323232. Windows color (decimal): -12243435 or 1388101. OLE color: 1388101.
HSL color Cylindrical-coordinate representation of color #452E15: hue angle of 31.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #452E15 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 46 | 21 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.73 |
| HSL | 31.25º | 0.53% | 0.18% | - |
| HSV(B) | 31.25º | 0.7% | 0.27% | - |
| XYZ | 3.57 | 3.27 | 1.15 | - |
| YUV | 50.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 21 | 0 | 0.33 | 0.70 | 0.73 | 31.25 | 0.53 | 0.18 |
| Hex | 45 | 2E | 15 | 0 | 21 | 46 | 49 | 1F | 35 | 12 |
| Octal | 105 | 56 | 25 | 0 | 41 | 106 | 111 | 37 | 65 | 22 |
| Binary | 1000101 | 101110 | 10101 | 0 | 100001 | 1000110 | 1001001 | 11111 | 110101 | 10010 |
Color Harmonies of #452E15
Complementary color
Monochromatic Colors of #452E15
Black with #452E15
Text Example
Text Example
White with #452E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E15; }
p { color: rgb(69,46,21); }
H1.HeaderClassName
{
color: #452E15;
}
.AnyTagClassName
{
color: #452E15;
}
</style>
background-color css
<style>
a { background-color: #452E15; }
a { background-color: rgb(69,46,21); }
div.DivClassName
{
background-color: #452E15;
}
.BgClassName
{
background-color: #452E15;
}
</style>
border-color css
<style>
span { border-color: #452E15; }
span { border-color: rgb(69,46,21); }
td.TdClassName
{
border-color: #452E15;
}
.TagClassName
{
border-color: #452E15;
}
</style>