Shades of Corduroy #43544F
Tints of Corduroy #43544F
RGB
CMYK
RGB Variations
Color information
#43544F (or 0x43544F) is known color: Corduroy. HEX triplet: 43, 54 and 4F. RGB value is (67,84,79). Sum of RGB (Red+Green+Blue) = 67+84+79=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #43544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43544F is #BCABB0. Grayscale: #4E4E4E. Windows color (decimal): -12364721 or 5198915. OLE color: 5198915.
HSL color Cylindrical-coordinate representation of color #43544F: hue angle of 162.35º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #43544F is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 84 | 79 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.67 |
| HSL | 162.35º | 0.11% | 0.3% | - |
| HSV(B) | 162.35º | 0.2% | 0.33% | - |
| XYZ | 6.9 | 8.1 | 8.6 | - |
| YUV | 78.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 84 | 79 | 0.20 | 0 | 0.06 | 0.67 | 162.35 | 0.11 | 0.3 |
| Hex | 43 | 54 | 4F | 14 | 0 | 6 | 43 | A2 | B | 1E |
| Octal | 103 | 124 | 117 | 24 | 0 | 6 | 103 | 242 | 13 | 36 |
| Binary | 1000011 | 1010100 | 1001111 | 10100 | 0 | 110 | 1000011 | 10100010 | 1011 | 11110 |
Color Harmonies of #43544F
Complementary color
Monochromatic Colors of #43544F
Black with #43544F
Text Example
Text Example
White with #43544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43544F; }
p { color: rgb(67,84,79); }
H1.HeaderClassName
{
color: #43544F;
}
.AnyTagClassName
{
color: #43544F;
}
</style>
background-color css
<style>
a { background-color: #43544F; }
a { background-color: rgb(67,84,79); }
div.DivClassName
{
background-color: #43544F;
}
.BgClassName
{
background-color: #43544F;
}
</style>
border-color css
<style>
span { border-color: #43544F; }
span { border-color: rgb(67,84,79); }
td.TdClassName
{
border-color: #43544F;
}
.TagClassName
{
border-color: #43544F;
}
</style>