Shades of Corduroy #43514C
Tints of Corduroy #43514C
RGB
CMYK
RGB Variations
Color information
#43514C (or 0x43514C) is known color: Corduroy. HEX triplet: 43, 51 and 4C. RGB value is (67,81,76). Sum of RGB (Red+Green+Blue) = 67+81+76=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #43514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43514C is #BCAEB3. Grayscale: #4C4C4C. Windows color (decimal): -12365492 or 5001539. OLE color: 5001539.
HSL color Cylindrical-coordinate representation of color #43514C: hue angle of 158.57º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #43514C is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 81 | 76 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.68 |
| HSL | 158.57º | 0.09% | 0.29% | - |
| HSV(B) | 158.57º | 0.17% | 0.32% | - |
| XYZ | 6.56 | 7.6 | 7.96 | - |
| YUV | 76.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 76 | 0.17 | 0 | 0.06 | 0.68 | 158.57 | 0.09 | 0.29 |
| Hex | 43 | 51 | 4C | 11 | 0 | 6 | 44 | 9F | 9 | 1D |
| Octal | 103 | 121 | 114 | 21 | 0 | 6 | 104 | 237 | 11 | 35 |
| Binary | 1000011 | 1010001 | 1001100 | 10001 | 0 | 110 | 1000100 | 10011111 | 1001 | 11101 |
Color Harmonies of #43514C
Complementary color
Monochromatic Colors of #43514C
Black with #43514C
Text Example
Text Example
White with #43514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43514C; }
p { color: rgb(67,81,76); }
H1.HeaderClassName
{
color: #43514C;
}
.AnyTagClassName
{
color: #43514C;
}
</style>
background-color css
<style>
a { background-color: #43514C; }
a { background-color: rgb(67,81,76); }
div.DivClassName
{
background-color: #43514C;
}
.BgClassName
{
background-color: #43514C;
}
</style>
border-color css
<style>
span { border-color: #43514C; }
span { border-color: rgb(67,81,76); }
td.TdClassName
{
border-color: #43514C;
}
.TagClassName
{
border-color: #43514C;
}
</style>