Shades of Corduroy #414845
Tints of Corduroy #414845
RGB
CMYK
RGB Variations
Color information
#414845 (or 0x414845) is known color: Corduroy. HEX triplet: 41, 48 and 45. RGB value is (65,72,69). Sum of RGB (Red+Green+Blue) = 65+72+69=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #414845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414845 is #BEB7BA. Grayscale: #454545. Windows color (decimal): -12498875 or 4540481. OLE color: 4540481.
HSL color Cylindrical-coordinate representation of color #414845: hue angle of 154.29º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414845 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 72 | 69 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.72 |
| HSL | 154.29º | 0.05% | 0.27% | - |
| HSV(B) | 154.29º | 0.1% | 0.28% | - |
| XYZ | 5.57 | 6.19 | 6.53 | - |
| YUV | 69.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 69 | 0.10 | 0 | 0.04 | 0.72 | 154.29 | 0.05 | 0.27 |
| Hex | 41 | 48 | 45 | A | 0 | 4 | 48 | 9A | 5 | 1B |
| Octal | 101 | 110 | 105 | 12 | 0 | 4 | 110 | 232 | 5 | 33 |
| Binary | 1000001 | 1001000 | 1000101 | 1010 | 0 | 100 | 1001000 | 10011010 | 101 | 11011 |
Color Harmonies of #414845
Complementary color
Monochromatic Colors of #414845
Black with #414845
Text Example
Text Example
White with #414845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414845; }
p { color: rgb(65,72,69); }
H1.HeaderClassName
{
color: #414845;
}
.AnyTagClassName
{
color: #414845;
}
</style>
background-color css
<style>
a { background-color: #414845; }
a { background-color: rgb(65,72,69); }
div.DivClassName
{
background-color: #414845;
}
.BgClassName
{
background-color: #414845;
}
</style>
border-color css
<style>
span { border-color: #414845; }
span { border-color: rgb(65,72,69); }
td.TdClassName
{
border-color: #414845;
}
.TagClassName
{
border-color: #414845;
}
</style>