Shades of Clinker #452F17
Tints of Clinker #452F17
RGB
CMYK
RGB Variations
Color information
#452F17 (or 0x452F17) is known color: Clinker. HEX triplet: 45, 2F and 17. RGB value is (69,47,23). Sum of RGB (Red+Green+Blue) = 69+47+23=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #452F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452F17 is #BAD0E8. Grayscale: #323232. Windows color (decimal): -12243177 or 1519429. OLE color: 1519429.
HSL color Cylindrical-coordinate representation of color #452F17: hue angle of 31.3º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452F17 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 47 | 23 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.73 |
| HSL | 31.3º | 0.5% | 0.18% | - |
| HSV(B) | 31.3º | 0.67% | 0.27% | - |
| XYZ | 3.63 | 3.36 | 1.27 | - |
| YUV | 50.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 23 | 0 | 0.32 | 0.67 | 0.73 | 31.3 | 0.5 | 0.18 |
| Hex | 45 | 2F | 17 | 0 | 20 | 43 | 49 | 1F | 32 | 12 |
| Octal | 105 | 57 | 27 | 0 | 40 | 103 | 111 | 37 | 62 | 22 |
| Binary | 1000101 | 101111 | 10111 | 0 | 100000 | 1000011 | 1001001 | 11111 | 110010 | 10010 |
Color Harmonies of #452F17
Complementary color
Monochromatic Colors of #452F17
Black with #452F17
Text Example
Text Example
White with #452F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F17; }
p { color: rgb(69,47,23); }
H1.HeaderClassName
{
color: #452F17;
}
.AnyTagClassName
{
color: #452F17;
}
</style>
background-color css
<style>
a { background-color: #452F17; }
a { background-color: rgb(69,47,23); }
div.DivClassName
{
background-color: #452F17;
}
.BgClassName
{
background-color: #452F17;
}
</style>
border-color css
<style>
span { border-color: #452F17; }
span { border-color: rgb(69,47,23); }
td.TdClassName
{
border-color: #452F17;
}
.TagClassName
{
border-color: #452F17;
}
</style>