Shades of Clinker #452E0E
Tints of Clinker #452E0E
RGB
CMYK
RGB Variations
Color information
#452E0E (or 0x452E0E) is known color: Clinker. HEX triplet: 45, 2E and 0E. RGB value is (69,46,14). Sum of RGB (Red+Green+Blue) = 69+46+14=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #452E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452E0E is #BAD1F1. Grayscale: #313131. Windows color (decimal): -12243442 or 929349. OLE color: 929349.
HSL color Cylindrical-coordinate representation of color #452E0E: hue angle of 34.91º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #452E0E is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 46 | 14 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.73 |
| HSL | 34.91º | 0.66% | 0.16% | - |
| HSV(B) | 34.91º | 0.8% | 0.27% | - |
| XYZ | 3.51 | 3.25 | 0.86 | - |
| YUV | 49.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 14 | 0 | 0.33 | 0.80 | 0.73 | 34.91 | 0.66 | 0.16 |
| Hex | 45 | 2E | E | 0 | 21 | 50 | 49 | 23 | 42 | 10 |
| Octal | 105 | 56 | 16 | 0 | 41 | 120 | 111 | 43 | 102 | 20 |
| Binary | 1000101 | 101110 | 1110 | 0 | 100001 | 1010000 | 1001001 | 100011 | 1000010 | 10000 |
Color Harmonies of #452E0E
Complementary color
Monochromatic Colors of #452E0E
Black with #452E0E
Text Example
Text Example
White with #452E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E0E; }
p { color: rgb(69,46,14); }
H1.HeaderClassName
{
color: #452E0E;
}
.AnyTagClassName
{
color: #452E0E;
}
</style>
background-color css
<style>
a { background-color: #452E0E; }
a { background-color: rgb(69,46,14); }
div.DivClassName
{
background-color: #452E0E;
}
.BgClassName
{
background-color: #452E0E;
}
</style>
border-color css
<style>
span { border-color: #452E0E; }
span { border-color: rgb(69,46,14); }
td.TdClassName
{
border-color: #452E0E;
}
.TagClassName
{
border-color: #452E0E;
}
</style>