Shades of Corduroy #43524C
Tints of Corduroy #43524C
RGB
CMYK
RGB Variations
Color information
#43524C (or 0x43524C) is known color: Corduroy. HEX triplet: 43, 52 and 4C. RGB value is (67,82,76). Sum of RGB (Red+Green+Blue) = 67+82+76=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #43524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43524C is #BCADB3. Grayscale: #4C4C4C. Windows color (decimal): -12365236 or 5001795. OLE color: 5001795.
HSL color Cylindrical-coordinate representation of color #43524C: hue angle of 156º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #43524C is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 67 | 82 | 76 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.68 |
| HSL | 156º | 0.1% | 0.29% | - |
| HSV(B) | 156º | 0.18% | 0.32% | - |
| XYZ | 6.64 | 7.75 | 7.98 | - |
| YUV | 76.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 76 | 0.18 | 0 | 0.07 | 0.68 | 156 | 0.1 | 0.29 |
| Hex | 43 | 52 | 4C | 12 | 0 | 7 | 44 | 9C | A | 1D |
| Octal | 103 | 122 | 114 | 22 | 0 | 7 | 104 | 234 | 12 | 35 |
| Binary | 1000011 | 1010010 | 1001100 | 10010 | 0 | 111 | 1000100 | 10011100 | 1010 | 11101 |
Color Harmonies of #43524C
Complementary color
Monochromatic Colors of #43524C
Black with #43524C
Text Example
Text Example
White with #43524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43524C; }
p { color: rgb(67,82,76); }
H1.HeaderClassName
{
color: #43524C;
}
.AnyTagClassName
{
color: #43524C;
}
</style>
background-color css
<style>
a { background-color: #43524C; }
a { background-color: rgb(67,82,76); }
div.DivClassName
{
background-color: #43524C;
}
.BgClassName
{
background-color: #43524C;
}
</style>
border-color css
<style>
span { border-color: #43524C; }
span { border-color: rgb(67,82,76); }
td.TdClassName
{
border-color: #43524C;
}
.TagClassName
{
border-color: #43524C;
}
</style>