Shades of Corduroy #434C48
Tints of Corduroy #434C48
RGB
CMYK
RGB Variations
Color information
#434C48 (or 0x434C48) is known color: Corduroy. HEX triplet: 43, 4C and 48. RGB value is (67,76,72). Sum of RGB (Red+Green+Blue) = 67+76+72=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #434C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C48 is #BCB3B7. Grayscale: #484848. Windows color (decimal): -12366776 or 4738115. OLE color: 4738115.
HSL color Cylindrical-coordinate representation of color #434C48: hue angle of 153.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434C48 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 72 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.70 |
| HSL | 153.33º | 0.06% | 0.28% | - |
| HSV(B) | 153.33º | 0.12% | 0.3% | - |
| XYZ | 6.07 | 6.83 | 7.13 | - |
| YUV | 72.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 72 | 0.12 | 0 | 0.05 | 0.70 | 153.33 | 0.06 | 0.28 |
| Hex | 43 | 4C | 48 | C | 0 | 5 | 46 | 99 | 6 | 1C |
| Octal | 103 | 114 | 110 | 14 | 0 | 5 | 106 | 231 | 6 | 34 |
| Binary | 1000011 | 1001100 | 1001000 | 1100 | 0 | 101 | 1000110 | 10011001 | 110 | 11100 |
Color Harmonies of #434C48
Complementary color
Monochromatic Colors of #434C48
Black with #434C48
Text Example
Text Example
White with #434C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C48; }
p { color: rgb(67,76,72); }
H1.HeaderClassName
{
color: #434C48;
}
.AnyTagClassName
{
color: #434C48;
}
</style>
background-color css
<style>
a { background-color: #434C48; }
a { background-color: rgb(67,76,72); }
div.DivClassName
{
background-color: #434C48;
}
.BgClassName
{
background-color: #434C48;
}
</style>
border-color css
<style>
span { border-color: #434C48; }
span { border-color: rgb(67,76,72); }
td.TdClassName
{
border-color: #434C48;
}
.TagClassName
{
border-color: #434C48;
}
</style>