Shades of Corduroy #43554F
Tints of Corduroy #43554F
RGB
CMYK
RGB Variations
Color information
#43554F (or 0x43554F) is known color: Corduroy. HEX triplet: 43, 55 and 4F. RGB value is (67,85,79). Sum of RGB (Red+Green+Blue) = 67+85+79=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #43554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43554F is #BCAAB0. Grayscale: #4E4E4E. Windows color (decimal): -12364465 or 5199171. OLE color: 5199171.
HSL color Cylindrical-coordinate representation of color #43554F: hue angle of 160º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #43554F is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 85 | 79 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.67 |
| HSL | 160º | 0.12% | 0.3% | - |
| HSV(B) | 160º | 0.21% | 0.33% | - |
| XYZ | 6.97 | 8.25 | 8.62 | - |
| YUV | 78.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 79 | 0.21 | 0 | 0.07 | 0.67 | 160 | 0.12 | 0.3 |
| Hex | 43 | 55 | 4F | 15 | 0 | 7 | 43 | A0 | C | 1E |
| Octal | 103 | 125 | 117 | 25 | 0 | 7 | 103 | 240 | 14 | 36 |
| Binary | 1000011 | 1010101 | 1001111 | 10101 | 0 | 111 | 1000011 | 10100000 | 1100 | 11110 |
Color Harmonies of #43554F
Complementary color
Monochromatic Colors of #43554F
Black with #43554F
Text Example
Text Example
White with #43554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43554F; }
p { color: rgb(67,85,79); }
H1.HeaderClassName
{
color: #43554F;
}
.AnyTagClassName
{
color: #43554F;
}
</style>
background-color css
<style>
a { background-color: #43554F; }
a { background-color: rgb(67,85,79); }
div.DivClassName
{
background-color: #43554F;
}
.BgClassName
{
background-color: #43554F;
}
</style>
border-color css
<style>
span { border-color: #43554F; }
span { border-color: rgb(67,85,79); }
td.TdClassName
{
border-color: #43554F;
}
.TagClassName
{
border-color: #43554F;
}
</style>