Shades of Corduroy #43504D
Tints of Corduroy #43504D
RGB
CMYK
RGB Variations
Color information
#43504D (or 0x43504D) is known color: Corduroy. HEX triplet: 43, 50 and 4D. RGB value is (67,80,77). Sum of RGB (Red+Green+Blue) = 67+80+77=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #43504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43504D is #BCAFB2. Grayscale: #4B4B4B. Windows color (decimal): -12365747 or 5066819. OLE color: 5066819.
HSL color Cylindrical-coordinate representation of color #43504D: hue angle of 166.15º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #43504D is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 80 | 77 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.69 |
| HSL | 166.15º | 0.09% | 0.29% | - |
| HSV(B) | 166.15º | 0.16% | 0.31% | - |
| XYZ | 6.52 | 7.47 | 8.12 | - |
| YUV | 75.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 77 | 0.16 | 0 | 0.04 | 0.69 | 166.15 | 0.09 | 0.29 |
| Hex | 43 | 50 | 4D | 10 | 0 | 4 | 45 | A6 | 9 | 1D |
| Octal | 103 | 120 | 115 | 20 | 0 | 4 | 105 | 246 | 11 | 35 |
| Binary | 1000011 | 1010000 | 1001101 | 10000 | 0 | 100 | 1000101 | 10100110 | 1001 | 11101 |
Color Harmonies of #43504D
Complementary color
Monochromatic Colors of #43504D
Black with #43504D
Text Example
Text Example
White with #43504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43504D; }
p { color: rgb(67,80,77); }
H1.HeaderClassName
{
color: #43504D;
}
.AnyTagClassName
{
color: #43504D;
}
</style>
background-color css
<style>
a { background-color: #43504D; }
a { background-color: rgb(67,80,77); }
div.DivClassName
{
background-color: #43504D;
}
.BgClassName
{
background-color: #43504D;
}
</style>
border-color css
<style>
span { border-color: #43504D; }
span { border-color: rgb(67,80,77); }
td.TdClassName
{
border-color: #43504D;
}
.TagClassName
{
border-color: #43504D;
}
</style>