Shades of Corduroy #43534F
Tints of Corduroy #43534F
RGB
CMYK
RGB Variations
Color information
#43534F (or 0x43534F) is known color: Corduroy. HEX triplet: 43, 53 and 4F. RGB value is (67,83,79). Sum of RGB (Red+Green+Blue) = 67+83+79=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #43534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43534F is #BCACB0. Grayscale: #4D4D4D. Windows color (decimal): -12364977 or 5198659. OLE color: 5198659.
HSL color Cylindrical-coordinate representation of color #43534F: hue angle of 165º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #43534F is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 83 | 79 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.67 |
| HSL | 165º | 0.11% | 0.29% | - |
| HSV(B) | 165º | 0.19% | 0.33% | - |
| XYZ | 6.82 | 7.94 | 8.57 | - |
| YUV | 77.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 79 | 0.19 | 0 | 0.05 | 0.67 | 165 | 0.11 | 0.29 |
| Hex | 43 | 53 | 4F | 13 | 0 | 5 | 43 | A5 | B | 1D |
| Octal | 103 | 123 | 117 | 23 | 0 | 5 | 103 | 245 | 13 | 35 |
| Binary | 1000011 | 1010011 | 1001111 | 10011 | 0 | 101 | 1000011 | 10100101 | 1011 | 11101 |
Color Harmonies of #43534F
Complementary color
Monochromatic Colors of #43534F
Black with #43534F
Text Example
Text Example
White with #43534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43534F; }
p { color: rgb(67,83,79); }
H1.HeaderClassName
{
color: #43534F;
}
.AnyTagClassName
{
color: #43534F;
}
</style>
background-color css
<style>
a { background-color: #43534F; }
a { background-color: rgb(67,83,79); }
div.DivClassName
{
background-color: #43534F;
}
.BgClassName
{
background-color: #43534F;
}
</style>
border-color css
<style>
span { border-color: #43534F; }
span { border-color: rgb(67,83,79); }
td.TdClassName
{
border-color: #43534F;
}
.TagClassName
{
border-color: #43534F;
}
</style>