Shades of Clinker #452C08
Tints of Clinker #452C08
RGB
CMYK
RGB Variations
Color information
#452C08 (or 0x452C08) is known color: Clinker. HEX triplet: 45, 2C and 08. RGB value is (69,44,8). Sum of RGB (Red+Green+Blue) = 69+44+8=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #452C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452C08 is #BAD3F7. Grayscale: #2F2F2F. Windows color (decimal): -12243960 or 535621. OLE color: 535621.
HSL color Cylindrical-coordinate representation of color #452C08: hue angle of 35.41º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #452C08 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 44 | 8 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.73 |
| HSL | 35.41º | 0.79% | 0.15% | - |
| HSV(B) | 35.41º | 0.88% | 0.27% | - |
| XYZ | 3.4 | 3.08 | 0.65 | - |
| YUV | 47.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 8 | 0 | 0.36 | 0.88 | 0.73 | 35.41 | 0.79 | 0.15 |
| Hex | 45 | 2C | 8 | 0 | 24 | 58 | 49 | 23 | 4F | F |
| Octal | 105 | 54 | 10 | 0 | 44 | 130 | 111 | 43 | 117 | 17 |
| Binary | 1000101 | 101100 | 1000 | 0 | 100100 | 1011000 | 1001001 | 100011 | 1001111 | 1111 |
Color Harmonies of #452C08
Complementary color
Monochromatic Colors of #452C08
Black with #452C08
Text Example
Text Example
White with #452C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C08; }
p { color: rgb(69,44,8); }
H1.HeaderClassName
{
color: #452C08;
}
.AnyTagClassName
{
color: #452C08;
}
</style>
background-color css
<style>
a { background-color: #452C08; }
a { background-color: rgb(69,44,8); }
div.DivClassName
{
background-color: #452C08;
}
.BgClassName
{
background-color: #452C08;
}
</style>
border-color css
<style>
span { border-color: #452C08; }
span { border-color: rgb(69,44,8); }
td.TdClassName
{
border-color: #452C08;
}
.TagClassName
{
border-color: #452C08;
}
</style>