Shades of Corduroy #434544
Tints of Corduroy #434544
RGB
CMYK
RGB Variations
Color information
#434544 (or 0x434544) is known color: Corduroy. HEX triplet: 43, 45 and 44. RGB value is (67,69,68). Sum of RGB (Red+Green+Blue) = 67+69+68=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 69 - color contains mainly: green. Hex color #434544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434544 is #BCBABB. Grayscale: #444444. Windows color (decimal): -12368572 or 4474179. OLE color: 4474179.
HSL color Cylindrical-coordinate representation of color #434544: hue angle of 150º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #434544 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 67 | 69 | 68 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.73 |
| HSL | 150º | 0.01% | 0.27% | - |
| HSV(B) | 150º | 0.03% | 0.27% | - |
| XYZ | 5.49 | 5.87 | 6.31 | - |
| YUV | 68.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 68 | 0.03 | 0 | 0.01 | 0.73 | 150 | 0.01 | 0.27 |
| Hex | 43 | 45 | 44 | 3 | 0 | 1 | 49 | 96 | 1 | 1B |
| Octal | 103 | 105 | 104 | 3 | 0 | 1 | 111 | 226 | 1 | 33 |
| Binary | 1000011 | 1000101 | 1000100 | 11 | 0 | 1 | 1001001 | 10010110 | 1 | 11011 |
Color Harmonies of #434544
Complementary color
Monochromatic Colors of #434544
Black with #434544
Text Example
Text Example
White with #434544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434544; }
p { color: rgb(67,69,68); }
H1.HeaderClassName
{
color: #434544;
}
.AnyTagClassName
{
color: #434544;
}
</style>
background-color css
<style>
a { background-color: #434544; }
a { background-color: rgb(67,69,68); }
div.DivClassName
{
background-color: #434544;
}
.BgClassName
{
background-color: #434544;
}
</style>
border-color css
<style>
span { border-color: #434544; }
span { border-color: rgb(67,69,68); }
td.TdClassName
{
border-color: #434544;
}
.TagClassName
{
border-color: #434544;
}
</style>