Shades of Corduroy #32524A
Tints of Corduroy #32524A
RGB
CMYK
RGB Variations
Color information
#32524A (or 0x32524A) is known color: Corduroy. HEX triplet: 32, 52 and 4A. RGB value is (50,82,74). Sum of RGB (Red+Green+Blue) = 50+82+74=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #32524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32524A is #CDADB5. Grayscale: #474747. Windows color (decimal): -13479350 or 4870706. OLE color: 4870706.
HSL color Cylindrical-coordinate representation of color #32524A: hue angle of 165º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32524A is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 74 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.68 |
| HSL | 165º | 0.24% | 0.26% | - |
| HSV(B) | 165º | 0.39% | 0.32% | - |
| XYZ | 5.57 | 7.21 | 7.58 | - |
| YUV | 71.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 74 | 0.39 | 0 | 0.10 | 0.68 | 165 | 0.24 | 0.26 |
| Hex | 32 | 52 | 4A | 27 | 0 | A | 44 | A5 | 18 | 1A |
| Octal | 62 | 122 | 112 | 47 | 0 | 12 | 104 | 245 | 30 | 32 |
| Binary | 110010 | 1010010 | 1001010 | 100111 | 0 | 1010 | 1000100 | 10100101 | 11000 | 11010 |
Color Harmonies of #32524A
Complementary color
Monochromatic Colors of #32524A
Black with #32524A
Text Example
Text Example
White with #32524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32524A; }
p { color: rgb(50,82,74); }
H1.HeaderClassName
{
color: #32524A;
}
.AnyTagClassName
{
color: #32524A;
}
</style>
background-color css
<style>
a { background-color: #32524A; }
a { background-color: rgb(50,82,74); }
div.DivClassName
{
background-color: #32524A;
}
.BgClassName
{
background-color: #32524A;
}
</style>
border-color css
<style>
span { border-color: #32524A; }
span { border-color: rgb(50,82,74); }
td.TdClassName
{
border-color: #32524A;
}
.TagClassName
{
border-color: #32524A;
}
</style>