Shades of Clinker #452C02
Tints of Clinker #452C02
RGB
CMYK
RGB Variations
Color information
#452C02 (or 0x452C02) is known color: Clinker. HEX triplet: 45, 2C and 02. RGB value is (69,44,2). Sum of RGB (Red+Green+Blue) = 69+44+2=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #452C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452C02 is #BAD3FD. Grayscale: #2E2E2E. Windows color (decimal): -12243966 or 142405. OLE color: 142405.
HSL color Cylindrical-coordinate representation of color #452C02: hue angle of 37.61º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #452C02 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 44 | 2 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.73 |
| HSL | 37.61º | 0.94% | 0.14% | - |
| HSV(B) | 37.61º | 0.97% | 0.27% | - |
| XYZ | 3.37 | 3.07 | 0.47 | - |
| YUV | 46.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 2 | 0 | 0.36 | 0.97 | 0.73 | 37.61 | 0.94 | 0.14 |
| Hex | 45 | 2C | 2 | 0 | 24 | 61 | 49 | 26 | 5E | E |
| Octal | 105 | 54 | 2 | 0 | 44 | 141 | 111 | 46 | 136 | 16 |
| Binary | 1000101 | 101100 | 10 | 0 | 100100 | 1100001 | 1001001 | 100110 | 1011110 | 1110 |
Color Harmonies of #452C02
Complementary color
Monochromatic Colors of #452C02
Black with #452C02
Text Example
Text Example
White with #452C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C02; }
p { color: rgb(69,44,2); }
H1.HeaderClassName
{
color: #452C02;
}
.AnyTagClassName
{
color: #452C02;
}
</style>
background-color css
<style>
a { background-color: #452C02; }
a { background-color: rgb(69,44,2); }
div.DivClassName
{
background-color: #452C02;
}
.BgClassName
{
background-color: #452C02;
}
</style>
border-color css
<style>
span { border-color: #452C02; }
span { border-color: rgb(69,44,2); }
td.TdClassName
{
border-color: #452C02;
}
.TagClassName
{
border-color: #452C02;
}
</style>